Html Css Color HEX #8A978C Envy

📋 copy color: '#8A978C'

red 138 ◦ green 151 ◦ blue 140

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

Shades of Envy #8A978C

Tints of Envy #8A978C

RGB

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

 GREEN value IS 151 (59.38% from 255) = 35.2%

 BLUE value IS 140 (55.08% from 255) = 32.63%

R = 32.17%
G = 35.2%
B = 32.63%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.07

 K value IS 0.41

RGB Variations

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

Color information

#8A978C (or 0x8A978C) is known color: Envy. HEX triplet: 8A, 97 and 8C. RGB value is (138,151,140). Sum of RGB (Red+Green+Blue) = 138+151+140=429 (56% of max value = 765). Red value is 138 (54.30% from 255 or 32.17% from 429); Green value is 151 (59.38% from 255 or 35.20% from 429); Blue value is 140 (55.08% from 255 or 32.63% from 429); Max value from RGB is 151 - color contains mainly: green. Hex color #8A978C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8A978C is #756873. Grayscale: #919191. Windows color (decimal): -7694452 or 9213834. OLE color: 9213834.

HSL color Cylindrical-coordinate representation of color #8A978C: hue angle of 129.23º degrees, saturation: 0.06, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #8A978C is Cyan = 0.09, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.41.

Color convert

RGB 138 151 140 -
CMYK 0.09 0 0.07 0.41
HSL 129.23º 0.06% 0.57% -
HSV(B) 129.23º 0.09% 0.59% -
XYZ 26.28 29.43 29.11 -
YUV 145.86 124.69 122.39 -
System Red Green Blue C M Y K H S L
Decimal 138 151 140 0.09 0 0.07 0.41 129.23 0.06 0.57
Hex 8A 97 8C 9 0 7 29 81 6 39
Octal 212 227 214 11 0 7 51 201 6 71
Binary 10001010 10010111 10001100 1001 0 111 101001 10000001 110 111001

Color Harmonies of #8A978C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A978C

Black with #8A978C

Text Example


Text Example

White with #8A978C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,151,140); }

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

background-color css

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

 a { background-color: rgb(138,151,140); }

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

border-color css

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

 span { border-color: rgb(138,151,140); }

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