Html Css Color HEX #8B9877 Sage

📋 copy color: '#8B9877'

red 139 ◦ green 152 ◦ blue 119

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

Shades of Sage #8B9877

Tints of Sage #8B9877

RGB

 RED value IS 139 (54.69% from 255) = 33.9%

 GREEN value IS 152 (59.77% from 255) = 37.07%

 BLUE value IS 119 (46.88% from 255) = 29.02%

R = 33.9%
G = 37.07%
B = 29.02%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.22

 K value IS 0.40

RGB Variations

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

Color information

#8B9877 (or 0x8B9877) is known color: Sage. HEX triplet: 8B, 98 and 77. RGB value is (139,152,119). Sum of RGB (Red+Green+Blue) = 139+152+119=410 (54% of max value = 765). Red value is 139 (54.69% from 255 or 33.90% from 410); Green value is 152 (59.77% from 255 or 37.07% from 410); Blue value is 119 (46.88% from 255 or 29.02% from 410); Max value from RGB is 152 - color contains mainly: green. Hex color #8B9877 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8B9877 is #746788. Grayscale: #909090. Windows color (decimal): -7628681 or 7837835. OLE color: 7837835.

HSL color Cylindrical-coordinate representation of color #8B9877: hue angle of 83.64º degrees, saturation: 0.14, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #8B9877 is Cyan = 0.09, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.40.

Color convert

RGB 139 152 119 -
CMYK 0.09 0 0.22 0.40
HSL 83.64º 0.14% 0.53% -
HSV(B) 83.64º 0.22% 0.6% -
XYZ 25.21 29.28 21.78 -
YUV 144.35 113.69 124.18 -
System Red Green Blue C M Y K H S L
Decimal 139 152 119 0.09 0 0.22 0.40 83.64 0.14 0.53
Hex 8B 98 77 9 0 16 28 54 E 35
Octal 213 230 167 11 0 26 50 124 16 65
Binary 10001011 10011000 1110111 1001 0 10110 101000 1010100 1110 110101

Color Harmonies of #8B9877

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B9877

Black with #8B9877

Text Example


Text Example

White with #8B9877

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8B9877; }

 p { color: rgb(139,152,119); }

 H1.HeaderClassName
 {
   color: #8B9877;
 }
 .AnyTagClassName
 {
   color: #8B9877;
 }
</style>

background-color css

<style>
 a { background-color: #8B9877; }

 a { background-color: rgb(139,152,119); }

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

border-color css

<style>
 span { border-color: #8B9877; }

 span { border-color: rgb(139,152,119); }

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