Html Css Color HEX #88808C Topaz

📋 copy color: '#88808C'

red 136 ◦ green 128 ◦ blue 140

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

Shades of Topaz #88808C

Tints of Topaz #88808C

RGB

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

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

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

R = 33.66%
G = 31.68%
B = 34.65%

CMYK

 C value IS 0.03

 M value IS 0.09

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#88808C (or 0x88808C) is known color: Topaz. HEX triplet: 88, 80 and 8C. RGB value is (136,128,140). Sum of RGB (Red+Green+Blue) = 136+128+140=404 (53% of max value = 765). Red value is 136 (53.52% from 255 or 33.66% from 404); Green value is 128 (50.39% from 255 or 31.68% from 404); Blue value is 140 (55.08% from 255 or 34.65% from 404); Max value from RGB is 140 - color contains mainly: blue. Hex color #88808C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #88808C is #777F73. Grayscale: #838383. Windows color (decimal): -7831412 or 9207944. OLE color: 9207944.

HSL color Cylindrical-coordinate representation of color #88808C: hue angle of 280º degrees, saturation: 0.05, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #88808C is Cyan = 0.03, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 136 128 140 -
CMYK 0.03 0.09 0 0.45
HSL 280º 0.05% 0.53% -
HSV(B) 280º 0.09% 0.55% -
XYZ 22.61 22.57 27.98 -
YUV 131.76 132.65 131.02 -
System Red Green Blue C M Y K H S L
Decimal 136 128 140 0.03 0.09 0 0.45 280 0.05 0.53
Hex 88 80 8C 3 9 0 2D 118 5 35
Octal 210 200 214 3 11 0 55 430 5 65
Binary 10001000 10000000 10001100 11 1001 0 101101 100011000 101 110101

Color Harmonies of #88808C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88808C

Black with #88808C

Text Example


Text Example

White with #88808C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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