#76A4BE

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

Shades of Glacier #76A4BE

Tints of Glacier #76A4BE

Color information

#76A4BE (or 0x76A4BE) is unknown color: approx Glacier. HEX triplet: 76, A4 and BE. RGB value is (118,164,190). Sum of RGB (Red+Green+Blue) = 118+164+190=472 (62% of max value = 765). Red value is 118 (46.48% from 255 or 25% from 472); Green value is 164 (64.45% from 255 or 34.75% from 472); Blue value is 190 (74.61% from 255 or 40.25% from 472); Max value from RGB is 190 - color contains mainly: blue. Hex color #76A4BE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #76A4BE is #895B41. Grayscale: #999999. Windows color (decimal): -9001794 or 12493942. OLE color: 12493942.

HSL color Cylindrical-coordinate representation of color #76A4BE: hue angle of 201.67º degrees, saturation: 0.36, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #76A4BE is Cyan = 0.38, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB118164190-
CMYK0.380.1400.25
HSL201.67º35.64%60.39%-
HSV(B)201.67º37.89%74.51%-
XYZ30.0434.1253.72-
YUV153.21148.76102.89-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 25%
GREEN value IS 164 (64.45% from 255) = 34.75%
BLUE value IS 190 (74.61% from 255) = 40.25%
R=25%
G=34.75%
B=40.25%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1181641900.380.1400.25201.6735.6460.39
Hex76A4BE26E019ca243c
Octal16624427646160313124474
Binary11101101010010010111110100110111001100111001010100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76A4BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,164,190); }

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

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

 a { background-color: rgb(118,164,190); }

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

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

 span { border-color: rgb(118,164,190); }

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