Html Css Color HEX #8A9077 Sage

📋 copy color: '#8A9077'

red 138 ◦ green 144 ◦ blue 119

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

Shades of Sage #8A9077

Tints of Sage #8A9077

RGB

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

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

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

R = 34.41%
G = 35.91%
B = 29.68%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.17

 K value IS 0.44

RGB Variations

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

Color information

#8A9077 (or 0x8A9077) is known color: Sage. HEX triplet: 8A, 90 and 77. RGB value is (138,144,119). Sum of RGB (Red+Green+Blue) = 138+144+119=401 (53% of max value = 765). Red value is 138 (54.30% from 255 or 34.41% from 401); Green value is 144 (56.64% from 255 or 35.91% from 401); Blue value is 119 (46.88% from 255 or 29.68% from 401); Max value from RGB is 144 - color contains mainly: green. Hex color #8A9077 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8A9077 is #756F88. Grayscale: #8B8B8B. Windows color (decimal): -7696265 or 7835786. OLE color: 7835786.

HSL color Cylindrical-coordinate representation of color #8A9077: hue angle of 74.4º degrees, saturation: 0.1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #8A9077 is Cyan = 0.04, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.44.

Color convert

RGB 138 144 119 -
CMYK 0.04 0 0.17 0.44
HSL 74.4º 0.1% 0.52% -
HSV(B) 74.4º 0.17% 0.56% -
XYZ 23.78 26.68 21.35 -
YUV 139.36 116.51 127.03 -
System Red Green Blue C M Y K H S L
Decimal 138 144 119 0.04 0 0.17 0.44 74.4 0.1 0.52
Hex 8A 90 77 4 0 11 2C 4A A 34
Octal 212 220 167 4 0 21 54 112 12 64
Binary 10001010 10010000 1110111 100 0 10001 101100 1001010 1010 110100

Color Harmonies of #8A9077

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A9077

Black with #8A9077

Text Example


Text Example

White with #8A9077

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,144,119); }

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

background-color css

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

 a { background-color: rgb(138,144,119); }

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

border-color css

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

 span { border-color: rgb(138,144,119); }

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