Html Css Color HEX #77B47D Bay Leaf

📋 copy color: '#77B47D'

red 119 ◦ green 180 ◦ blue 125

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

Shades of Bay Leaf #77B47D

Tints of Bay Leaf #77B47D

RGB

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

 GREEN value IS 180 (70.7% from 255) = 42.45%

 BLUE value IS 125 (49.22% from 255) = 29.48%

R = 28.07%
G = 42.45%
B = 29.48%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.31

 K value IS 0.29

RGB Variations

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

Color information

#77B47D (or 0x77B47D) is known color: Bay Leaf. HEX triplet: 77, B4 and 7D. RGB value is (119,180,125). Sum of RGB (Red+Green+Blue) = 119+180+125=424 (56% of max value = 765). Red value is 119 (46.88% from 255 or 28.07% from 424); Green value is 180 (70.70% from 255 or 42.45% from 424); Blue value is 125 (49.22% from 255 or 29.48% from 424); Max value from RGB is 180 - color contains mainly: green. Hex color #77B47D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #77B47D is #884B82. Grayscale: #9B9B9B. Windows color (decimal): -8932227 or 8238199. OLE color: 8238199.

HSL color Cylindrical-coordinate representation of color #77B47D: hue angle of 125.9º degrees, saturation: 0.29, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #77B47D is Cyan = 0.34, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.29.

Color convert

RGB 119 180 125 -
CMYK 0.34 0 0.31 0.29
HSL 125.9º 0.29% 0.59% -
HSV(B) 125.9º 0.34% 0.71% -
XYZ 27.63 38.05 25.29 -
YUV 155.49 110.79 101.97 -
System Red Green Blue C M Y K H S L
Decimal 119 180 125 0.34 0 0.31 0.29 125.9 0.29 0.59
Hex 77 B4 7D 22 0 1F 1D 7E 1D 3B
Octal 167 264 175 42 0 37 35 176 35 73
Binary 1110111 10110100 1111101 100010 0 11111 11101 1111110 11101 111011

Color Harmonies of #77B47D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77B47D

Black with #77B47D

Text Example


Text Example

White with #77B47D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,180,125); }

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

background-color css

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

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

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

border-color css

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

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

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