Html Css Color HEX #88928B Envy

📋 copy color: '#88928B'

red 136 ◦ green 146 ◦ blue 139

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

Shades of Envy #88928B

Tints of Envy #88928B

RGB

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

 GREEN value IS 146 (57.42% from 255) = 34.68%

 BLUE value IS 139 (54.69% from 255) = 33.02%

R = 32.3%
G = 34.68%
B = 33.02%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.05

 K value IS 0.43

RGB Variations

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

Color information

#88928B (or 0x88928B) is known color: Envy. HEX triplet: 88, 92 and 8B. RGB value is (136,146,139). Sum of RGB (Red+Green+Blue) = 136+146+139=421 (55% of max value = 765). Red value is 136 (53.52% from 255 or 32.30% from 421); Green value is 146 (57.42% from 255 or 34.68% from 421); Blue value is 139 (54.69% from 255 or 33.02% from 421); Max value from RGB is 146 - color contains mainly: green. Hex color #88928B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #88928B is #776D74. Grayscale: #8E8E8E. Windows color (decimal): -7826805 or 9147016. OLE color: 9147016.

HSL color Cylindrical-coordinate representation of color #88928B: hue angle of 138º degrees, saturation: 0.04, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #88928B is Cyan = 0.07, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.43.

Color convert

RGB 136 146 139 -
CMYK 0.07 0 0.05 0.43
HSL 138º 0.04% 0.55% -
HSV(B) 138º 0.07% 0.57% -
XYZ 25.09 27.66 28.44 -
YUV 142.21 126.19 123.57 -
System Red Green Blue C M Y K H S L
Decimal 136 146 139 0.07 0 0.05 0.43 138 0.04 0.55
Hex 88 92 8B 7 0 5 2B 8A 4 37
Octal 210 222 213 7 0 5 53 212 4 67
Binary 10001000 10010010 10001011 111 0 101 101011 10001010 100 110111

Color Harmonies of #88928B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88928B

Black with #88928B

Text Example


Text Example

White with #88928B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #88928B; }

 p { color: rgb(136,146,139); }

 H1.HeaderClassName
 {
   color: #88928B;
 }
 .AnyTagClassName
 {
   color: #88928B;
 }
</style>

background-color css

<style>
 a { background-color: #88928B; }

 a { background-color: rgb(136,146,139); }

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

border-color css

<style>
 span { border-color: #88928B; }

 span { border-color: rgb(136,146,139); }

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