Html Css Color HEX #88988D Envy

📋 copy color: '#88988D'

red 136 ◦ green 152 ◦ blue 141

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

Shades of Envy #88988D

Tints of Envy #88988D

RGB

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

 GREEN value IS 152 (59.77% from 255) = 35.43%

 BLUE value IS 141 (55.47% from 255) = 32.87%

R = 31.7%
G = 35.43%
B = 32.87%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.07

 K value IS 0.40

RGB Variations

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

Color information

#88988D (or 0x88988D) is known color: Envy. HEX triplet: 88, 98 and 8D. RGB value is (136,152,141). Sum of RGB (Red+Green+Blue) = 136+152+141=429 (56% of max value = 765). Red value is 136 (53.52% from 255 or 31.70% from 429); Green value is 152 (59.77% from 255 or 35.43% from 429); Blue value is 141 (55.47% from 255 or 32.87% from 429); Max value from RGB is 152 - color contains mainly: green. Hex color #88988D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #88988D is #776772. Grayscale: #919191. Windows color (decimal): -7825267 or 9279624. OLE color: 9279624.

HSL color Cylindrical-coordinate representation of color #88988D: hue angle of 138.75º degrees, saturation: 0.07, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #88988D is Cyan = 0.11, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.40.

Color convert

RGB 136 152 141 -
CMYK 0.11 0 0.07 0.40
HSL 138.75º 0.07% 0.56% -
HSV(B) 138.75º 0.11% 0.6% -
XYZ 26.19 29.61 29.54 -
YUV 145.96 125.2 120.89 -
System Red Green Blue C M Y K H S L
Decimal 136 152 141 0.11 0 0.07 0.40 138.75 0.07 0.56
Hex 88 98 8D B 0 7 28 8B 7 38
Octal 210 230 215 13 0 7 50 213 7 70
Binary 10001000 10011000 10001101 1011 0 111 101000 10001011 111 111000

Color Harmonies of #88988D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88988D

Black with #88988D

Text Example


Text Example

White with #88988D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #88988D; }

 p { color: rgb(136,152,141); }

 H1.HeaderClassName
 {
   color: #88988D;
 }
 .AnyTagClassName
 {
   color: #88988D;
 }
</style>

background-color css

<style>
 a { background-color: #88988D; }

 a { background-color: rgb(136,152,141); }

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

border-color css

<style>
 span { border-color: #88988D; }

 span { border-color: rgb(136,152,141); }

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