Html Css Color HEX #7D9B89 Bay Leaf

📋 copy color: '#7D9B89'

red 125 ◦ green 155 ◦ blue 137

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

Shades of Bay Leaf #7D9B89

Tints of Bay Leaf #7D9B89

RGB

 RED value IS 125 (49.22% from 255) = 29.98%

 GREEN value IS 155 (60.94% from 255) = 37.17%

 BLUE value IS 137 (53.91% from 255) = 32.85%

R = 29.98%
G = 37.17%
B = 32.85%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.12

 K value IS 0.39

RGB Variations

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

Color information

#7D9B89 (or 0x7D9B89) is known color: Bay Leaf. HEX triplet: 7D, 9B and 89. RGB value is (125,155,137). Sum of RGB (Red+Green+Blue) = 125+155+137=417 (55% of max value = 765). Red value is 125 (49.22% from 255 or 29.98% from 417); Green value is 155 (60.94% from 255 or 37.17% from 417); Blue value is 137 (53.91% from 255 or 32.85% from 417); Max value from RGB is 155 - color contains mainly: green. Hex color #7D9B89 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7D9B89 is #826476. Grayscale: #909090. Windows color (decimal): -8545399 or 9018237. OLE color: 9018237.

HSL color Cylindrical-coordinate representation of color #7D9B89: hue angle of 144º degrees, saturation: 0.13, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #7D9B89 is Cyan = 0.19, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.39.

Color convert

RGB 125 155 137 -
CMYK 0.19 0 0.12 0.39
HSL 144º 0.13% 0.55% -
HSV(B) 144º 0.19% 0.61% -
XYZ 24.69 29.61 28.08 -
YUV 143.98 124.06 114.46 -
System Red Green Blue C M Y K H S L
Decimal 125 155 137 0.19 0 0.12 0.39 144 0.13 0.55
Hex 7D 9B 89 13 0 C 27 90 D 37
Octal 175 233 211 23 0 14 47 220 15 67
Binary 1111101 10011011 10001001 10011 0 1100 100111 10010000 1101 110111

Color Harmonies of #7D9B89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D9B89

Black with #7D9B89

Text Example


Text Example

White with #7D9B89

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7D9B89; }

 p { color: rgb(125,155,137); }

 H1.HeaderClassName
 {
   color: #7D9B89;
 }
 .AnyTagClassName
 {
   color: #7D9B89;
 }
</style>

background-color css

<style>
 a { background-color: #7D9B89; }

 a { background-color: rgb(125,155,137); }

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

border-color css

<style>
 span { border-color: #7D9B89; }

 span { border-color: rgb(125,155,137); }

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