Html Css Color HEX #77AA83 Bay Leaf

📋 copy color: '#77AA83'

red 119 ◦ green 170 ◦ blue 131

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

Shades of Bay Leaf #77AA83

Tints of Bay Leaf #77AA83

RGB

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

 GREEN value IS 170 (66.8% from 255) = 40.48%

 BLUE value IS 131 (51.56% from 255) = 31.19%

R = 28.33%
G = 40.48%
B = 31.19%

CMYK

 C value IS 0.3

 M value IS 0

 Y value IS 0.23

 K value IS 0.33

RGB Variations

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

Color information

#77AA83 (or 0x77AA83) is known color: Bay Leaf. HEX triplet: 77, AA and 83. RGB value is (119,170,131). Sum of RGB (Red+Green+Blue) = 119+170+131=420 (55% of max value = 765). Red value is 119 (46.88% from 255 or 28.33% from 420); Green value is 170 (66.80% from 255 or 40.48% from 420); Blue value is 131 (51.56% from 255 or 31.19% from 420); Max value from RGB is 170 - color contains mainly: green. Hex color #77AA83 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #77AA83 is #88557C. Grayscale: #969696. Windows color (decimal): -8934781 or 8628855. OLE color: 8628855.

HSL color Cylindrical-coordinate representation of color #77AA83: hue angle of 134.12º degrees, saturation: 0.23, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #77AA83 is Cyan = 0.3, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.33.

Color convert

RGB 119 170 131 -
CMYK 0.3 0 0.23 0.33
HSL 134.12º 0.23% 0.57% -
HSV(B) 134.12º 0.3% 0.67% -
XYZ 26.08 34.31 26.72 -
YUV 150.31 117.1 105.67 -
System Red Green Blue C M Y K H S L
Decimal 119 170 131 0.3 0 0.23 0.33 134.12 0.23 0.57
Hex 77 AA 83 1E 0 17 21 86 17 39
Octal 167 252 203 36 0 27 41 206 27 71
Binary 1110111 10101010 10000011 11110 0 10111 100001 10000110 10111 111001

Color Harmonies of #77AA83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77AA83

Black with #77AA83

Text Example


Text Example

White with #77AA83

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,170,131); }

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

background-color css

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

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

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

border-color css

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

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

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