Html Css Color HEX #8A907E Sage

📋 copy color: '#8A907E'

red 138 ◦ green 144 ◦ blue 126

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

Shades of Sage #8A907E

Tints of Sage #8A907E

RGB

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

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

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

R = 33.82%
G = 35.29%
B = 30.88%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.12

 K value IS 0.44

RGB Variations

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

Color information

#8A907E (or 0x8A907E) is known color: Sage. HEX triplet: 8A, 90 and 7E. RGB value is (138,144,126). Sum of RGB (Red+Green+Blue) = 138+144+126=408 (54% of max value = 765). Red value is 138 (54.30% from 255 or 33.82% from 408); Green value is 144 (56.64% from 255 or 35.29% from 408); Blue value is 126 (49.61% from 255 or 30.88% from 408); Max value from RGB is 144 - color contains mainly: green. Hex color #8A907E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8A907E is #756F81. Grayscale: #8C8C8C. Windows color (decimal): -7696258 or 8294538. OLE color: 8294538.

HSL color Cylindrical-coordinate representation of color #8A907E: hue angle of 80º 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 #8A907E is Cyan = 0.04, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.44.

Color convert

RGB 138 144 126 -
CMYK 0.04 0 0.12 0.44
HSL 80º 0.08% 0.53% -
HSV(B) 80º 0.13% 0.56% -
XYZ 24.22 26.86 23.65 -
YUV 140.15 120.01 126.46 -
System Red Green Blue C M Y K H S L
Decimal 138 144 126 0.04 0 0.12 0.44 80 0.08 0.53
Hex 8A 90 7E 4 0 C 2C 50 8 35
Octal 212 220 176 4 0 14 54 120 10 65
Binary 10001010 10010000 1111110 100 0 1100 101100 1010000 1000 110101

Color Harmonies of #8A907E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A907E

Black with #8A907E

Text Example


Text Example

White with #8A907E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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