Html Css Color HEX #88938C Envy

📋 copy color: '#88938C'

red 136 ◦ green 147 ◦ blue 140

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

Shades of Envy #88938C

Tints of Envy #88938C

RGB

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

 GREEN value IS 147 (57.81% from 255) = 34.75%

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

R = 32.15%
G = 34.75%
B = 33.1%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.05

 K value IS 0.42

RGB Variations

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

Color information

#88938C (or 0x88938C) is known color: Envy. HEX triplet: 88, 93 and 8C. RGB value is (136,147,140). Sum of RGB (Red+Green+Blue) = 136+147+140=423 (56% of max value = 765). Red value is 136 (53.52% from 255 or 32.15% from 423); Green value is 147 (57.81% from 255 or 34.75% from 423); Blue value is 140 (55.08% from 255 or 33.10% from 423); Max value from RGB is 147 - color contains mainly: green. Hex color #88938C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #88938C is #776C73. Grayscale: #8E8E8E. Windows color (decimal): -7826548 or 9212808. OLE color: 9212808.

HSL color Cylindrical-coordinate representation of color #88938C: hue angle of 141.82º degrees, saturation: 0.05, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #88938C is Cyan = 0.07, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.42.

Color convert

RGB 136 147 140 -
CMYK 0.07 0 0.05 0.42
HSL 141.82º 0.05% 0.55% -
HSV(B) 141.82º 0.07% 0.58% -
XYZ 25.32 28 28.88 -
YUV 142.91 126.36 123.07 -
System Red Green Blue C M Y K H S L
Decimal 136 147 140 0.07 0 0.05 0.42 141.82 0.05 0.55
Hex 88 93 8C 7 0 5 2A 8E 5 37
Octal 210 223 214 7 0 5 52 216 5 67
Binary 10001000 10010011 10001100 111 0 101 101010 10001110 101 110111

Color Harmonies of #88938C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88938C

Black with #88938C

Text Example


Text Example

White with #88938C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #88938C; }

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

 H1.HeaderClassName
 {
   color: #88938C;
 }
 .AnyTagClassName
 {
   color: #88938C;
 }
</style>

background-color css

<style>
 a { background-color: #88938C; }

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

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

border-color css

<style>
 span { border-color: #88938C; }

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

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