#77ACBC

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

Shades of Glacier #77ACBC

Tints of Glacier #77ACBC

Color information

#77ACBC (or 0x77ACBC) is unknown color: approx Glacier. HEX triplet: 77, AC and BC. RGB value is (119,172,188). Sum of RGB (Red+Green+Blue) = 119+172+188=479 (63% of max value = 765). Red value is 119 (46.88% from 255 or 24.84% from 479); Green value is 172 (67.58% from 255 or 35.91% from 479); Blue value is 188 (73.83% from 255 or 39.25% from 479); Max value from RGB is 188 - color contains mainly: blue. Hex color #77ACBC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #77ACBC is #885343. Grayscale: #9D9D9D. Windows color (decimal): -8934212 or 12364919. OLE color: 12364919.

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

Color convert

RGB119172188-
CMYK0.370.0900.26
HSL193.91º33.99%60.2%-
HSV(B)193.91º36.7%73.73%-
XYZ31.4437.0653.07-
YUV157.98144.94100.2-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 24.84%
GREEN value IS 172 (67.58% from 255) = 35.91%
BLUE value IS 188 (73.83% from 255) = 39.25%
R=24.84%
G=35.91%
B=39.25%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1191721880.370.0900.26193.9133.9960.2
Hex77ACBC25901Ac2223c
Octal16725427445110323024274
Binary11101111010110010111100100101100101101011000010100010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77ACBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(119,172,188); }

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

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

 a { background-color: rgb(119,172,188); }

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

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

 span { border-color: rgb(119,172,188); }

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