#77B4C0

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

Shades of Glacier #77B4C0

Tints of Glacier #77B4C0

Color information

#77B4C0 (or 0x77B4C0) is unknown color: approx Glacier. HEX triplet: 77, B4 and C0. RGB value is (119,180,192). Sum of RGB (Red+Green+Blue) = 119+180+192=491 (65% of max value = 765). Red value is 119 (46.88% from 255 or 24.24% from 491); Green value is 180 (70.70% from 255 or 36.66% from 491); Blue value is 192 (75.39% from 255 or 39.10% from 491); Max value from RGB is 192 - color contains mainly: blue. Hex color #77B4C0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #77B4C0 is #884B3F. Grayscale: #A3A3A3. Windows color (decimal): -8932160 or 12629111. OLE color: 12629111.

HSL color Cylindrical-coordinate representation of color #77B4C0: hue angle of 189.86º degrees, saturation: 0.37, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #77B4C0 is Cyan = 0.38, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB119180192-
CMYK0.380.0600.25
HSL189.86º36.68%60.98%-
HSV(B)189.86º38.02%75.29%-
XYZ33.4440.3755.9-
YUV163.13144.2996.52-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 24.24%
GREEN value IS 180 (70.70% from 255) = 36.66%
BLUE value IS 192 (75.39% from 255) = 39.10%
R=24.24%
G=36.66%
B=39.10%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1191801920.380.0600.25189.8636.6860.98
Hex77B4C0266019be253d
Octal1672643004660312764575
Binary1110111101101001100000010011011001100110111110100101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77B4C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #77B4C0; }

 p { color: rgb(119,180,192); }

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

<style>
 a { background-color: #77B4C0; }

 a { background-color: rgb(119,180,192); }

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

<style>
 span { border-color: #77B4C0; }

 span { border-color: rgb(119,180,192); }

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