#76659B

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

Shades of Scampi #76659B

Tints of Scampi #76659B

Color information

#76659B (or 0x76659B) is unknown color: approx Scampi. HEX triplet: 76, 65 and 9B. RGB value is (118,101,155). Sum of RGB (Red+Green+Blue) = 118+101+155=374 (49% of max value = 765). Red value is 118 (46.48% from 255 or 31.55% from 374); Green value is 101 (39.84% from 255 or 27.01% from 374); Blue value is 155 (60.94% from 255 or 41.44% from 374); Max value from RGB is 155 - color contains mainly: blue. Hex color #76659B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #76659B is #899A64. Grayscale: #707070. Windows color (decimal): -9017957 or 10184054. OLE color: 10184054.

HSL color Cylindrical-coordinate representation of color #76659B: hue angle of 258.89º degrees, saturation: 0.21, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #76659B is Cyan = 0.24, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB118101155-
CMYK0.240.3500.39
HSL258.89º21.26%50.2%-
HSV(B)258.89º34.84%60.78%-
XYZ18.0415.5333.06-
YUV112.24152.13132.11-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 31.55%
GREEN value IS 101 (39.84% from 255) = 27.01%
BLUE value IS 155 (60.94% from 255) = 41.44%
R=31.55%
G=27.01%
B=41.44%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1181011550.240.3500.39258.8921.2650.2
Hex76659B18230271031532
Octal16614523330430474032562
Binary111011011001011001101111000100011010011110000001110101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76659B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #76659B; }

 p { color: rgb(118,101,155); }

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

<style>
 a { background-color: #76659B; }

 a { background-color: rgb(118,101,155); }

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

<style>
 span { border-color: #76659B; }

 span { border-color: rgb(118,101,155); }

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