#76A5BC

Color #76A5BC Glacier (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Glacier #76A5BC

Tints of Glacier #76A5BC

Color information

#76A5BC (or 0x76A5BC) is unknown color: approx Glacier. HEX triplet: 76, A5 and BC. RGB value is (118,165,188). Sum of RGB (Red+Green+Blue) = 118+165+188=471 (62% of max value = 765). Red value is 118 (46.48% from 255 or 25.05% from 471); Green value is 165 (64.84% from 255 or 35.03% from 471); Blue value is 188 (73.83% from 255 or 39.92% from 471); Max value from RGB is 188 - color contains mainly: blue. Hex color #76A5BC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #76A5BC is #895A43. Grayscale: #999999. Windows color (decimal): -9001540 or 12363126. OLE color: 12363126.

HSL color Cylindrical-coordinate representation of color #76A5BC: hue angle of 199.71º degrees, saturation: 0.34, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #76A5BC is Cyan = 0.37, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB118165188-
CMYK0.370.1200.26
HSL199.71º34.31%60%-
HSV(B)199.71º37.23%73.73%-
XYZ3034.3952.63-
YUV153.57147.43102.63-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 25.05%
GREEN value IS 165 (64.84% from 255) = 35.03%
BLUE value IS 188 (73.83% from 255) = 39.92%
R=25.05%
G=35.03%
B=39.92%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1181651880.370.1200.26199.7134.3160
Hex76A5BC25C01Ac8223c
Octal16624527445140323104274
Binary11101101010010110111100100101110001101011001000100010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76A5BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #76A5BC; }

 p { color: rgb(118,165,188); }

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

<style>
 a { background-color: #76A5BC; }

 a { background-color: rgb(118,165,188); }

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

<style>
 span { border-color: #76A5BC; }

 span { border-color: rgb(118,165,188); }

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