Html Css Color HEX #77ACBC Glacier

📋 copy color: '#77ACBC'

red 119 ◦ green 172 ◦ blue 188

#77ACBC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Glacier #77ACBC

Tints of Glacier #77ACBC

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 value IS 0.37

 M value IS 0.09

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#77ACBC (or 0x77ACBC) is known color: 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

RGB 119 172 188 -
CMYK 0.37 0.09 0 0.26
HSL 193.91º 0.34% 0.6% -
HSV(B) 193.91º 0.37% 0.74% -
XYZ 31.44 37.06 53.07 -
YUV 157.98 144.94 100.2 -
System Red Green Blue C M Y K H S L
Decimal 119 172 188 0.37 0.09 0 0.26 193.91 0.34 0.6
Hex 77 AC BC 25 9 0 1A C2 22 3C
Octal 167 254 274 45 11 0 32 302 42 74
Binary 1110111 10101100 10111100 100101 1001 0 11010 11000010 100010 111100

Color Harmonies of #77ACBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77ACBC

Black with #77ACBC

Text Example


Text Example

White with #77ACBC

Text Example


Text Example

HTML Codes & Css Web 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>