Html Css Color HEX #77BA87 Bay Leaf

📋 copy color: '#77BA87'

red 119 ◦ green 186 ◦ blue 135

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

Shades of Bay Leaf #77BA87

Tints of Bay Leaf #77BA87

RGB

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

 GREEN value IS 186 (73.05% from 255) = 42.27%

 BLUE value IS 135 (53.13% from 255) = 30.68%

R = 27.05%
G = 42.27%
B = 30.68%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.27

 K value IS 0.27

RGB Variations

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

Color information

#77BA87 (or 0x77BA87) is known color: Bay Leaf. HEX triplet: 77, BA and 87. RGB value is (119,186,135). Sum of RGB (Red+Green+Blue) = 119+186+135=440 (58% of max value = 765). Red value is 119 (46.88% from 255 or 27.05% from 440); Green value is 186 (73.05% from 255 or 42.27% from 440); Blue value is 135 (53.12% from 255 or 30.68% from 440); Max value from RGB is 186 - color contains mainly: green. Hex color #77BA87 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #77BA87 is #884578. Grayscale: #A0A0A0. Windows color (decimal): -8930681 or 8895095. OLE color: 8895095.

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

Color convert

RGB 119 186 135 -
CMYK 0.36 0 0.27 0.27
HSL 134.33º 0.33% 0.6% -
HSV(B) 134.33º 0.36% 0.73% -
XYZ 29.54 40.79 29.24 -
YUV 160.15 113.8 98.65 -
System Red Green Blue C M Y K H S L
Decimal 119 186 135 0.36 0 0.27 0.27 134.33 0.33 0.6
Hex 77 BA 87 24 0 1B 1B 86 21 3C
Octal 167 272 207 44 0 33 33 206 41 74
Binary 1110111 10111010 10000111 100100 0 11011 11011 10000110 100001 111100

Color Harmonies of #77BA87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77BA87

Black with #77BA87

Text Example


Text Example

White with #77BA87

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,186,135); }

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

background-color css

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

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

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

border-color css

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

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

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