Html Css Color HEX #77B5BB Glacier

📋 copy color: '#77B5BB'

red 119 ◦ green 181 ◦ blue 187

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

Shades of Glacier #77B5BB

Tints of Glacier #77B5BB

RGB

 RED value IS 119 (46.88% from 255) = 24.44%

 GREEN value IS 181 (71.09% from 255) = 37.17%

 BLUE value IS 187 (73.44% from 255) = 38.4%

R = 24.44%
G = 37.17%
B = 38.4%

CMYK

 C value IS 0.36

 M value IS 0.03

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#77B5BB (or 0x77B5BB) is known color: Glacier. HEX triplet: 77, B5 and BB. RGB value is (119,181,187). Sum of RGB (Red+Green+Blue) = 119+181+187=487 (64% of max value = 765). Red value is 119 (46.88% from 255 or 24.44% from 487); Green value is 181 (71.09% from 255 or 37.17% from 487); Blue value is 187 (73.44% from 255 or 38.40% from 487); Max value from RGB is 187 - color contains mainly: blue. Hex color #77B5BB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #77B5BB is #884A44. Grayscale: #A3A3A3. Windows color (decimal): -8931909 or 12301687. OLE color: 12301687.

HSL color Cylindrical-coordinate representation of color #77B5BB: hue angle of 185.29º degrees, saturation: 0.33, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #77B5BB is Cyan = 0.36, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 119 181 187 -
CMYK 0.36 0.03 0 0.27
HSL 185.29º 0.33% 0.6% -
HSV(B) 185.29º 0.36% 0.73% -
XYZ 33.1 40.56 53.1 -
YUV 163.15 141.46 96.51 -
System Red Green Blue C M Y K H S L
Decimal 119 181 187 0.36 0.03 0 0.27 185.29 0.33 0.6
Hex 77 B5 BB 24 3 0 1B B9 21 3C
Octal 167 265 273 44 3 0 33 271 41 74
Binary 1110111 10110101 10111011 100100 11 0 11011 10111001 100001 111100

Color Harmonies of #77B5BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77B5BB

Black with #77B5BB

Text Example


Text Example

White with #77B5BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,181,187); }

 H1.HeaderClassName
 {
   color: #77B5BB;
 }
 .AnyTagClassName
 {
   color: #77B5BB;
 }
</style>

background-color css

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

 a { background-color: rgb(119,181,187); }

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

border-color css

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

 span { border-color: rgb(119,181,187); }

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