#76699C

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

Shades of Scampi #76699C

Tints of Scampi #76699C

Color information

#76699C (or 0x76699C) is unknown color: approx Scampi. HEX triplet: 76, 69 and 9C. RGB value is (118,105,156). Sum of RGB (Red+Green+Blue) = 118+105+156=379 (50% of max value = 765). Red value is 118 (46.48% from 255 or 31.13% from 379); Green value is 105 (41.41% from 255 or 27.70% from 379); Blue value is 156 (61.33% from 255 or 41.16% from 379); Max value from RGB is 156 - color contains mainly: blue. Hex color #76699C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #76699C is #899663. Grayscale: #727272. Windows color (decimal): -9016932 or 10250614. OLE color: 10250614.

HSL color Cylindrical-coordinate representation of color #76699C: hue angle of 255.29º degrees, saturation: 0.2, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #76699C is Cyan = 0.24, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB118105156-
CMYK0.240.3300.39
HSL255.29º20.48%51.18%-
HSV(B)255.29º32.69%61.18%-
XYZ18.5216.3633.63-
YUV114.7151.31130.35-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 31.13%
GREEN value IS 105 (41.41% from 255) = 27.70%
BLUE value IS 156 (61.33% from 255) = 41.16%
R=31.13%
G=27.70%
B=41.16%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1181051560.240.3300.39255.2920.4851.18
Hex76699C1821027ff1433
Octal16615123430410473772463
Binary11101101101001100111001100010000101001111111111110100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76699C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #76699C; }

 p { color: rgb(118,105,156); }

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

<style>
 a { background-color: #76699C; }

 a { background-color: rgb(118,105,156); }

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

<style>
 span { border-color: #76699C; }

 span { border-color: rgb(118,105,156); }

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