#77B8C1

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

Shades of Glacier #77B8C1

Tints of Glacier #77B8C1

Color information

#77B8C1 (or 0x77B8C1) is unknown color: approx Glacier. HEX triplet: 77, B8 and C1. RGB value is (119,184,193). Sum of RGB (Red+Green+Blue) = 119+184+193=496 (65% of max value = 765). Red value is 119 (46.88% from 255 or 23.99% from 496); Green value is 184 (72.27% from 255 or 37.10% from 496); Blue value is 193 (75.78% from 255 or 38.91% from 496); Max value from RGB is 193 - color contains mainly: blue. Hex color #77B8C1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #77B8C1 is #88473E. Grayscale: #A5A5A5. Windows color (decimal): -8931135 or 12695671. OLE color: 12695671.

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

Color convert

RGB119184193-
CMYK0.380.0500.24
HSL187.3º37.37%61.18%-
HSV(B)187.3º38.34%75.69%-
XYZ34.3742.0556.76-
YUV165.59143.4794.77-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 23.99%
GREEN value IS 184 (72.27% from 255) = 37.10%
BLUE value IS 193 (75.78% from 255) = 38.91%
R=23.99%
G=37.10%
B=38.91%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1191841930.380.0500.24187.337.3761.18
Hex77B8C1265018bb253d
Octal1672703014650302734575
Binary1110111101110001100000110011010101100010111011100101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77B8C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(119,184,193); }

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

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

 a { background-color: rgb(119,184,193); }

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

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

 span { border-color: rgb(119,184,193); }

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