Html Css Color HEX #889C8C Envy

📋 copy color: '#889C8C'

red 136 ◦ green 156 ◦ blue 140

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

Shades of Envy #889C8C

Tints of Envy #889C8C

RGB

 RED value IS 136 (53.52% from 255) = 31.48%

 GREEN value IS 156 (61.33% from 255) = 36.11%

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

R = 31.48%
G = 36.11%
B = 32.41%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.10

 K value IS 0.39

RGB Variations

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

Color information

#889C8C (or 0x889C8C) is known color: Envy. HEX triplet: 88, 9C and 8C. RGB value is (136,156,140). Sum of RGB (Red+Green+Blue) = 136+156+140=432 (57% of max value = 765). Red value is 136 (53.52% from 255 or 31.48% from 432); Green value is 156 (61.33% from 255 or 36.11% from 432); Blue value is 140 (55.08% from 255 or 32.41% from 432); Max value from RGB is 156 - color contains mainly: green. Hex color #889C8C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #889C8C is #776373. Grayscale: #949494. Windows color (decimal): -7824244 or 9215112. OLE color: 9215112.

HSL color Cylindrical-coordinate representation of color #889C8C: hue angle of 132º degrees, saturation: 0.09, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #889C8C is Cyan = 0.13, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.39.

Color convert

RGB 136 156 140 -
CMYK 0.13 0 0.10 0.39
HSL 132º 0.09% 0.57% -
HSV(B) 132º 0.13% 0.61% -
XYZ 26.78 30.9 29.36 -
YUV 148.2 123.37 119.3 -
System Red Green Blue C M Y K H S L
Decimal 136 156 140 0.13 0 0.10 0.39 132 0.09 0.57
Hex 88 9C 8C D 0 A 27 84 9 39
Octal 210 234 214 15 0 12 47 204 11 71
Binary 10001000 10011100 10001100 1101 0 1010 100111 10000100 1001 111001

Color Harmonies of #889C8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #889C8C

Black with #889C8C

Text Example


Text Example

White with #889C8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #889C8C; }

 p { color: rgb(136,156,140); }

 H1.HeaderClassName
 {
   color: #889C8C;
 }
 .AnyTagClassName
 {
   color: #889C8C;
 }
</style>

background-color css

<style>
 a { background-color: #889C8C; }

 a { background-color: rgb(136,156,140); }

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

border-color css

<style>
 span { border-color: #889C8C; }

 span { border-color: rgb(136,156,140); }

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