Html Css Color HEX #8A9977 Sage

📋 copy color: '#8A9977'

red 138 ◦ green 153 ◦ blue 119

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

Shades of Sage #8A9977

Tints of Sage #8A9977

RGB

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

 GREEN value IS 153 (60.16% from 255) = 37.32%

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

R = 33.66%
G = 37.32%
B = 29.02%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.22

 K value IS 0.4

RGB Variations

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

Color information

#8A9977 (or 0x8A9977) is known color: Sage. HEX triplet: 8A, 99 and 77. RGB value is (138,153,119). Sum of RGB (Red+Green+Blue) = 138+153+119=410 (54% of max value = 765). Red value is 138 (54.30% from 255 or 33.66% from 410); Green value is 153 (60.16% from 255 or 37.32% from 410); Blue value is 119 (46.88% from 255 or 29.02% from 410); Max value from RGB is 153 - color contains mainly: green. Hex color #8A9977 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8A9977 is #756688. Grayscale: #909090. Windows color (decimal): -7693961 or 7838090. OLE color: 7838090.

HSL color Cylindrical-coordinate representation of color #8A9977: hue angle of 86.47º 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 #8A9977 is Cyan = 0.10, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.4.

Color convert

RGB 138 153 119 -
CMYK 0.10 0 0.22 0.4
HSL 86.47º 0.14% 0.53% -
HSV(B) 86.47º 0.22% 0.6% -
XYZ 25.2 29.52 21.82 -
YUV 144.64 113.53 123.26 -
System Red Green Blue C M Y K H S L
Decimal 138 153 119 0.10 0 0.22 0.4 86.47 0.14 0.53
Hex 8A 99 77 A 0 16 28 56 E 35
Octal 212 231 167 12 0 26 50 126 16 65
Binary 10001010 10011001 1110111 1010 0 10110 101000 1010110 1110 110101

Color Harmonies of #8A9977

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A9977

Black with #8A9977

Text Example


Text Example

White with #8A9977

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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