Html Css Color HEX #8B947C Sage

📋 copy color: '#8B947C'

red 139 ◦ green 148 ◦ blue 124

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

Shades of Sage #8B947C

Tints of Sage #8B947C

RGB

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

 GREEN value IS 148 (58.2% from 255) = 36.01%

 BLUE value IS 124 (48.83% from 255) = 30.17%

R = 33.82%
G = 36.01%
B = 30.17%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.16

 K value IS 0.42

RGB Variations

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

Color information

#8B947C (or 0x8B947C) is known color: Sage. HEX triplet: 8B, 94 and 7C. RGB value is (139,148,124). Sum of RGB (Red+Green+Blue) = 139+148+124=411 (54% of max value = 765). Red value is 139 (54.69% from 255 or 33.82% from 411); Green value is 148 (58.20% from 255 or 36.01% from 411); Blue value is 124 (48.83% from 255 or 30.17% from 411); Max value from RGB is 148 - color contains mainly: green. Hex color #8B947C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8B947C is #746B83. Grayscale: #8E8E8E. Windows color (decimal): -7629700 or 8164491. OLE color: 8164491.

HSL color Cylindrical-coordinate representation of color #8B947C: hue angle of 82.5º degrees, saturation: 0.1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #8B947C is Cyan = 0.06, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.42.

Color convert

RGB 139 148 124 -
CMYK 0.06 0 0.16 0.42
HSL 82.5º 0.1% 0.53% -
HSV(B) 82.5º 0.16% 0.58% -
XYZ 24.88 28.12 23.19 -
YUV 142.57 117.52 125.45 -
System Red Green Blue C M Y K H S L
Decimal 139 148 124 0.06 0 0.16 0.42 82.5 0.1 0.53
Hex 8B 94 7C 6 0 10 2A 52 A 35
Octal 213 224 174 6 0 20 52 122 12 65
Binary 10001011 10010100 1111100 110 0 10000 101010 1010010 1010 110101

Color Harmonies of #8B947C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B947C

Black with #8B947C

Text Example


Text Example

White with #8B947C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,148,124); }

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

background-color css

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

 a { background-color: rgb(139,148,124); }

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

border-color css

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

 span { border-color: rgb(139,148,124); }

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