#76A7BB

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

Shades of Glacier #76A7BB

Tints of Glacier #76A7BB

Color information

#76A7BB (or 0x76A7BB) is unknown color: approx Glacier. HEX triplet: 76, A7 and BB. RGB value is (118,167,187). Sum of RGB (Red+Green+Blue) = 118+167+187=472 (62% of max value = 765). Red value is 118 (46.48% from 255 or 25% from 472); Green value is 167 (65.62% from 255 or 35.38% from 472); Blue value is 187 (73.44% from 255 or 39.62% from 472); Max value from RGB is 187 - color contains mainly: blue. Hex color #76A7BB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #76A7BB is #895844. Grayscale: #9A9A9A. Windows color (decimal): -9001029 or 12298102. OLE color: 12298102.

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

Color convert

RGB118167187-
CMYK0.370.1100.27
HSL197.39º33.66%59.8%-
HSV(B)197.39º36.9%73.33%-
XYZ30.2635.0852.19-
YUV154.63146.27101.87-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 25%
GREEN value IS 167 (65.62% from 255) = 35.38%
BLUE value IS 187 (73.44% from 255) = 39.62%
R=25%
G=35.38%
B=39.62%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1181671870.370.1100.27197.3933.6659.8
Hex76A7BB25B01Bc5223c
Octal16624727345130333054274
Binary11101101010011110111011100101101101101111000101100010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76A7BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,167,187); }

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

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

 a { background-color: rgb(118,167,187); }

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

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

 span { border-color: rgb(118,167,187); }

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