Html Css Color HEX #8A957C Sage

📋 copy color: '#8A957C'

red 138 ◦ green 149 ◦ blue 124

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

Shades of Sage #8A957C

Tints of Sage #8A957C

RGB

 RED value IS 138 (54.3% from 255) = 33.58%

 GREEN value IS 149 (58.59% from 255) = 36.25%

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

R = 33.58%
G = 36.25%
B = 30.17%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.17

 K value IS 0.42

RGB Variations

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

Color information

#8A957C (or 0x8A957C) is known color: Sage. HEX triplet: 8A, 95 and 7C. RGB value is (138,149,124). Sum of RGB (Red+Green+Blue) = 138+149+124=411 (54% of max value = 765). Red value is 138 (54.30% from 255 or 33.58% from 411); Green value is 149 (58.59% from 255 or 36.25% from 411); Blue value is 124 (48.83% from 255 or 30.17% from 411); Max value from RGB is 149 - color contains mainly: green. Hex color #8A957C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8A957C is #756A83. Grayscale: #8E8E8E. Windows color (decimal): -7694980 or 8164746. OLE color: 8164746.

HSL color Cylindrical-coordinate representation of color #8A957C: hue angle of 86.4º degrees, saturation: 0.11, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #8A957C is Cyan = 0.07, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.42.

Color convert

RGB 138 149 124 -
CMYK 0.07 0 0.17 0.42
HSL 86.4º 0.11% 0.54% -
HSV(B) 86.4º 0.17% 0.58% -
XYZ 24.87 28.35 23.23 -
YUV 142.86 117.36 124.53 -
System Red Green Blue C M Y K H S L
Decimal 138 149 124 0.07 0 0.17 0.42 86.4 0.11 0.54
Hex 8A 95 7C 7 0 11 2A 56 B 36
Octal 212 225 174 7 0 21 52 126 13 66
Binary 10001010 10010101 1111100 111 0 10001 101010 1010110 1011 110110

Color Harmonies of #8A957C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A957C

Black with #8A957C

Text Example


Text Example

White with #8A957C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,149,124); }

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

background-color css

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

 a { background-color: rgb(138,149,124); }

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

border-color css

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

 span { border-color: rgb(138,149,124); }

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