Html Css Color HEX #88948C Envy

📋 copy color: '#88948C'

red 136 ◦ green 148 ◦ blue 140

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

Shades of Envy #88948C

Tints of Envy #88948C

RGB

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

 GREEN value IS 148 (58.2% from 255) = 34.91%

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

R = 32.08%
G = 34.91%
B = 33.02%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.05

 K value IS 0.42

RGB Variations

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

Color information

#88948C (or 0x88948C) is known color: Envy. HEX triplet: 88, 94 and 8C. RGB value is (136,148,140). Sum of RGB (Red+Green+Blue) = 136+148+140=424 (56% of max value = 765). Red value is 136 (53.52% from 255 or 32.08% from 424); Green value is 148 (58.20% from 255 or 34.91% from 424); Blue value is 140 (55.08% from 255 or 33.02% from 424); Max value from RGB is 148 - color contains mainly: green. Hex color #88948C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #88948C is #776B73. Grayscale: #8F8F8F. Windows color (decimal): -7826292 or 9213064. OLE color: 9213064.

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

Color convert

RGB 136 148 140 -
CMYK 0.08 0 0.05 0.42
HSL 140º 0.05% 0.56% -
HSV(B) 140º 0.08% 0.58% -
XYZ 25.48 28.31 28.93 -
YUV 143.5 126.02 122.65 -
System Red Green Blue C M Y K H S L
Decimal 136 148 140 0.08 0 0.05 0.42 140 0.05 0.56
Hex 88 94 8C 8 0 5 2A 8C 5 38
Octal 210 224 214 10 0 5 52 214 5 70
Binary 10001000 10010100 10001100 1000 0 101 101010 10001100 101 111000

Color Harmonies of #88948C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88948C

Black with #88948C

Text Example


Text Example

White with #88948C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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