#76779C

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

Shades of Scampi #76779C

Tints of Scampi #76779C

Color information

#76779C (or 0x76779C) is unknown color: approx Scampi. HEX triplet: 76, 77 and 9C. RGB value is (118,119,156). Sum of RGB (Red+Green+Blue) = 118+119+156=393 (52% of max value = 765). Red value is 118 (46.48% from 255 or 30.03% from 393); Green value is 119 (46.88% from 255 or 30.28% from 393); Blue value is 156 (61.33% from 255 or 39.69% from 393); Max value from RGB is 156 - color contains mainly: blue. Hex color #76779C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #76779C is #898863. Grayscale: #7A7A7A. Windows color (decimal): -9013348 or 10254198. OLE color: 10254198.

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

Color convert

RGB118119156-
CMYK0.240.2400.39
HSL238.42º16.1%53.73%-
HSV(B)238.42º24.36%61.18%-
XYZ20.0719.4534.15-
YUV122.92146.67124.49-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 30.03%
GREEN value IS 119 (46.88% from 255) = 30.28%
BLUE value IS 156 (61.33% from 255) = 39.69%
R=30.03%
G=30.28%
B=39.69%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1181191560.240.2400.39238.4216.153.73
Hex76779C1818027ee1036
Octal16616723430300473562066
Binary1110110111011110011100110001100001001111110111010000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76779C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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