Html Css Color HEX #77BFBF Glacier

📋 copy color: '#77BFBF'

red 119 ◦ green 191 ◦ blue 191

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

Shades of Glacier #77BFBF

Tints of Glacier #77BFBF

RGB

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

 GREEN value IS 191 (75% from 255) = 38.12%

 BLUE value IS 191 (75% from 255) = 38.12%

R = 23.75%
G = 38.12%
B = 38.12%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#77BFBF (or 0x77BFBF) is known color: Glacier. HEX triplet: 77, BF and BF. RGB value is (119,191,191). Sum of RGB (Red+Green+Blue) = 119+191+191=501 (66% of max value = 765). Red value is 119 (46.88% from 255 or 23.75% from 501); Green value is 191 (75% from 255 or 38.12% from 501); Blue value is 191 (75% from 255 or 38.12% from 501); Max value from RGB is 191 - color contains mainly: green, blue. Hex color #77BFBF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #77BFBF is #884040. Grayscale: #A9A9A9. Windows color (decimal): -8929345 or 12566391. OLE color: 12566391.

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

Color convert

RGB 119 191 191 -
CMYK 0.38 0 0 0.25
HSL 180º 0.36% 0.61% -
HSV(B) 180º 0.38% 0.75% -
XYZ 35.64 44.95 56.09 -
YUV 169.47 140.15 92 -
System Red Green Blue C M Y K H S L
Decimal 119 191 191 0.38 0 0 0.25 180 0.36 0.61
Hex 77 BF BF 26 0 0 19 B4 24 3D
Octal 167 277 277 46 0 0 31 264 44 75
Binary 1110111 10111111 10111111 100110 0 0 11001 10110100 100100 111101

Color Harmonies of #77BFBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77BFBF

Black with #77BFBF

Text Example


Text Example

White with #77BFBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,191,191); }

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

background-color css

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

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

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

border-color css

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

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

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