Html Css Color HEX #88808E Topaz

📋 copy color: '#88808E'

red 136 ◦ green 128 ◦ blue 142

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

Shades of Topaz #88808E

Tints of Topaz #88808E

RGB

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

 GREEN value IS 128 (50.39% from 255) = 31.53%

 BLUE value IS 142 (55.86% from 255) = 34.98%

R = 33.5%
G = 31.53%
B = 34.98%

CMYK

 C value IS 0.04

 M value IS 0.10

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#88808E (or 0x88808E) is known color: Topaz. HEX triplet: 88, 80 and 8E. RGB value is (136,128,142). Sum of RGB (Red+Green+Blue) = 136+128+142=406 (53% of max value = 765). Red value is 136 (53.52% from 255 or 33.50% from 406); Green value is 128 (50.39% from 255 or 31.53% from 406); Blue value is 142 (55.86% from 255 or 34.98% from 406); Max value from RGB is 142 - color contains mainly: blue. Hex color #88808E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #88808E is #777F71. Grayscale: #838383. Windows color (decimal): -7831410 or 9339016. OLE color: 9339016.

HSL color Cylindrical-coordinate representation of color #88808E: hue angle of 274.29º degrees, saturation: 0.06, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #88808E is Cyan = 0.04, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 136 128 142 -
CMYK 0.04 0.10 0 0.44
HSL 274.29º 0.06% 0.53% -
HSV(B) 274.29º 0.1% 0.56% -
XYZ 22.76 22.63 28.76 -
YUV 131.99 133.65 130.86 -
System Red Green Blue C M Y K H S L
Decimal 136 128 142 0.04 0.10 0 0.44 274.29 0.06 0.53
Hex 88 80 8E 4 A 0 2C 112 6 35
Octal 210 200 216 4 12 0 54 422 6 65
Binary 10001000 10000000 10001110 100 1010 0 101100 100010010 110 110101

Color Harmonies of #88808E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88808E

Black with #88808E

Text Example


Text Example

White with #88808E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #88808E; }

 p { color: rgb(136,128,142); }

 H1.HeaderClassName
 {
   color: #88808E;
 }
 .AnyTagClassName
 {
   color: #88808E;
 }
</style>

background-color css

<style>
 a { background-color: #88808E; }

 a { background-color: rgb(136,128,142); }

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

border-color css

<style>
 span { border-color: #88808E; }

 span { border-color: rgb(136,128,142); }

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