#76A1BC

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

Shades of Glacier #76A1BC

Tints of Glacier #76A1BC

Color information

#76A1BC (or 0x76A1BC) is unknown color: approx Glacier. HEX triplet: 76, A1 and BC. RGB value is (118,161,188). Sum of RGB (Red+Green+Blue) = 118+161+188=467 (61% of max value = 765). Red value is 118 (46.48% from 255 or 25.27% from 467); Green value is 161 (63.28% from 255 or 34.48% from 467); Blue value is 188 (73.83% from 255 or 40.26% from 467); Max value from RGB is 188 - color contains mainly: blue. Hex color #76A1BC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #76A1BC is #895E43. Grayscale: #979797. Windows color (decimal): -9002564 or 12362102. OLE color: 12362102.

HSL color Cylindrical-coordinate representation of color #76A1BC: hue angle of 203.14º 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 #76A1BC is Cyan = 0.37, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB118161188-
CMYK0.370.1400.26
HSL203.14º34.31%60%-
HSV(B)203.14º37.23%73.73%-
XYZ29.2932.9752.4-
YUV151.22148.75104.3-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 25.27%
GREEN value IS 161 (63.28% from 255) = 34.48%
BLUE value IS 188 (73.83% from 255) = 40.26%
R=25.27%
G=34.48%
B=40.26%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1181611880.370.1400.26203.1434.3160
Hex76A1BC25E01Acb223c
Octal16624127445160323134274
Binary11101101010000110111100100101111001101011001011100010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76A1BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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