#77B6C0

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

Shades of Glacier #77B6C0

Tints of Glacier #77B6C0

Color information

#77B6C0 (or 0x77B6C0) is unknown color: approx Glacier. HEX triplet: 77, B6 and C0. RGB value is (119,182,192). Sum of RGB (Red+Green+Blue) = 119+182+192=493 (65% of max value = 765). Red value is 119 (46.88% from 255 or 24.14% from 493); Green value is 182 (71.48% from 255 or 36.92% from 493); Blue value is 192 (75.39% from 255 or 38.95% from 493); Max value from RGB is 192 - color contains mainly: blue. Hex color #77B6C0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #77B6C0 is #88493F. Grayscale: #A4A4A4. Windows color (decimal): -8931648 or 12629623. OLE color: 12629623.

HSL color Cylindrical-coordinate representation of color #77B6C0: hue angle of 188.22º 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 #77B6C0 is Cyan = 0.38, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB119182192-
CMYK0.380.0500.25
HSL188.22º36.68%60.98%-
HSV(B)188.22º38.02%75.29%-
XYZ33.8541.1856.03-
YUV164.3143.6395.69-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 24.14%
GREEN value IS 182 (71.48% from 255) = 36.92%
BLUE value IS 192 (75.39% from 255) = 38.95%
R=24.14%
G=36.92%
B=38.95%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1191821920.380.0500.25188.2236.6860.98
Hex77B6C0265019bc253d
Octal1672663004650312744575
Binary1110111101101101100000010011010101100110111100100101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77B6C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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