Html Css Color HEX #77AE88 Bay Leaf

📋 copy color: '#77AE88'

red 119 ◦ green 174 ◦ blue 136

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

Shades of Bay Leaf #77AE88

Tints of Bay Leaf #77AE88

RGB

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

 GREEN value IS 174 (68.36% from 255) = 40.56%

 BLUE value IS 136 (53.52% from 255) = 31.7%

R = 27.74%
G = 40.56%
B = 31.7%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.22

 K value IS 0.32

RGB Variations

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

Color information

#77AE88 (or 0x77AE88) is known color: Bay Leaf. HEX triplet: 77, AE and 88. RGB value is (119,174,136). Sum of RGB (Red+Green+Blue) = 119+174+136=429 (56% of max value = 765). Red value is 119 (46.88% from 255 or 27.74% from 429); Green value is 174 (68.36% from 255 or 40.56% from 429); Blue value is 136 (53.52% from 255 or 31.70% from 429); Max value from RGB is 174 - color contains mainly: green. Hex color #77AE88 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #77AE88 is #885177. Grayscale: #999999. Windows color (decimal): -8933752 or 8957559. OLE color: 8957559.

HSL color Cylindrical-coordinate representation of color #77AE88: hue angle of 138.55º degrees, saturation: 0.25, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #77AE88 is Cyan = 0.32, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.32.

Color convert

RGB 119 174 136 -
CMYK 0.32 0 0.22 0.32
HSL 138.55º 0.25% 0.57% -
HSV(B) 138.55º 0.32% 0.68% -
XYZ 27.19 35.97 28.8 -
YUV 153.22 118.28 103.59 -
System Red Green Blue C M Y K H S L
Decimal 119 174 136 0.32 0 0.22 0.32 138.55 0.25 0.57
Hex 77 AE 88 20 0 16 20 8B 19 39
Octal 167 256 210 40 0 26 40 213 31 71
Binary 1110111 10101110 10001000 100000 0 10110 100000 10001011 11001 111001

Color Harmonies of #77AE88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77AE88

Black with #77AE88

Text Example


Text Example

White with #77AE88

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,174,136); }

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

background-color css

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

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

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

border-color css

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

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

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