#76629F

Color #76629F Scampi (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Scampi #76629F

Tints of Scampi #76629F

Color information

#76629F (or 0x76629F) is unknown color: approx Scampi. HEX triplet: 76, 62 and 9F. RGB value is (118,98,159). Sum of RGB (Red+Green+Blue) = 118+98+159=375 (49% of max value = 765). Red value is 118 (46.48% from 255 or 31.47% from 375); Green value is 98 (38.67% from 255 or 26.13% from 375); Blue value is 159 (62.5% from 255 or 42.4% from 375); Max value from RGB is 159 - color contains mainly: blue. Hex color #76629F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #76629F is #899D60. Grayscale: #6E6E6E. Windows color (decimal): -9018721 or 10445430. OLE color: 10445430.

HSL color Cylindrical-coordinate representation of color #76629F: hue angle of 259.67º degrees, saturation: 0.24, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #76629F is Cyan = 0.26, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB11898159-
CMYK0.260.3800.38
HSL259.67º24.11%50.39%-
HSV(B)259.67º38.36%62.35%-
XYZ18.115.0934.76-
YUV110.93155.13133.04-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 118 (46.48% from 255) = 31.47%
GREEN value IS 98 (38.67% from 255) = 26.13%
BLUE value IS 159 (62.5% from 255) = 42.4%
R=31.47%
G=26.13%
B=42.4%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal118981590.260.3800.38259.6724.1150.39
Hex76629F1A260261041832
Octal16614223732460464043062
Binary111011011000101001111111010100110010011010000010011000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76629F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #76629F; }

 p { color: rgb(118,98,159); }

 H1.HeaderClassName
 {
   color: #76629F;
 }
 .AnyTagClassName
 {
   color: #76629F;
 }
</style>
background-color css

<style>
 a { background-color: #76629F; }

 a { background-color: rgb(118,98,159); }

 div.DivClassName
 {
   background-color: #76629F;
 }
 .BgClassName
 {
   background-color: #76629F;
 }
</style>
border-color css

<style>
 span { border-color: #76629F; }

 span { border-color: rgb(118,98,159); }

 td.TdClassName
 {
   border-color: #76629F;
 }
 .TagClassName
 {
   border-color: #76629F;
 }
</style>