Html Css Color HEX #8B907E Sage

📋 copy color: '#8B907E'

red 139 ◦ green 144 ◦ blue 126

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

Shades of Sage #8B907E

Tints of Sage #8B907E

RGB

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

 GREEN value IS 144 (56.64% from 255) = 35.21%

 BLUE value IS 126 (49.61% from 255) = 30.81%

R = 33.99%
G = 35.21%
B = 30.81%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.12

 K value IS 0.44

RGB Variations

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

Color information

#8B907E (or 0x8B907E) is known color: Sage. HEX triplet: 8B, 90 and 7E. RGB value is (139,144,126). Sum of RGB (Red+Green+Blue) = 139+144+126=409 (54% of max value = 765). Red value is 139 (54.69% from 255 or 33.99% from 409); Green value is 144 (56.64% from 255 or 35.21% from 409); Blue value is 126 (49.61% from 255 or 30.81% from 409); Max value from RGB is 144 - color contains mainly: green. Hex color #8B907E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8B907E is #746F81. Grayscale: #8C8C8C. Windows color (decimal): -7630722 or 8294539. OLE color: 8294539.

HSL color Cylindrical-coordinate representation of color #8B907E: hue angle of 76.67º degrees, saturation: 0.08, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #8B907E is Cyan = 0.03, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.44.

Color convert

RGB 139 144 126 -
CMYK 0.03 0 0.12 0.44
HSL 76.67º 0.08% 0.53% -
HSV(B) 76.67º 0.13% 0.56% -
XYZ 24.39 26.94 23.65 -
YUV 140.45 119.84 126.96 -
System Red Green Blue C M Y K H S L
Decimal 139 144 126 0.03 0 0.12 0.44 76.67 0.08 0.53
Hex 8B 90 7E 3 0 C 2C 4D 8 35
Octal 213 220 176 3 0 14 54 115 10 65
Binary 10001011 10010000 1111110 11 0 1100 101100 1001101 1000 110101

Color Harmonies of #8B907E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B907E

Black with #8B907E

Text Example


Text Example

White with #8B907E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,144,126); }

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

background-color css

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

 a { background-color: rgb(139,144,126); }

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

border-color css

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

 span { border-color: rgb(139,144,126); }

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