Html Css Color HEX #76A2BC Glacier

📋 copy color: '#76A2BC'

red 118 ◦ green 162 ◦ blue 188

#76A2BC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Glacier #76A2BC

Tints of Glacier #76A2BC

RGB

 RED value IS 118 (46.48% from 255) = 25.21%

 GREEN value IS 162 (63.67% from 255) = 34.62%

 BLUE value IS 188 (73.83% from 255) = 40.17%

R = 25.21%
G = 34.62%
B = 40.17%

CMYK

 C value IS 0.37

 M value IS 0.14

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#76A2BC (or 0x76A2BC) is known color: Glacier. HEX triplet: 76, A2 and BC. RGB value is (118,162,188). Sum of RGB (Red+Green+Blue) = 118+162+188=468 (61% of max value = 765). Red value is 118 (46.48% from 255 or 25.21% from 468); Green value is 162 (63.67% from 255 or 34.62% from 468); Blue value is 188 (73.83% from 255 or 40.17% from 468); Max value from RGB is 188 - color contains mainly: blue. Hex color #76A2BC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #76A2BC is #895D43. Grayscale: #979797. Windows color (decimal): -9002308 or 12362358. OLE color: 12362358.

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

Color convert

RGB 118 162 188 -
CMYK 0.37 0.14 0 0.26
HSL 202.29º 0.34% 0.6% -
HSV(B) 202.29º 0.37% 0.74% -
XYZ 29.47 33.32 52.46 -
YUV 151.81 148.42 103.89 -
System Red Green Blue C M Y K H S L
Decimal 118 162 188 0.37 0.14 0 0.26 202.29 0.34 0.6
Hex 76 A2 BC 25 E 0 1A CA 22 3C
Octal 166 242 274 45 16 0 32 312 42 74
Binary 1110110 10100010 10111100 100101 1110 0 11010 11001010 100010 111100

Color Harmonies of #76A2BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76A2BC

Black with #76A2BC

Text Example


Text Example

White with #76A2BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #76A2BC;
 }
 .AnyTagClassName
 {
   color: #76A2BC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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