Html Css Color HEX #88828C Topaz

📋 copy color: '#88828C'

red 136 ◦ green 130 ◦ blue 140

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

Shades of Topaz #88828C

Tints of Topaz #88828C

RGB

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

 GREEN value IS 130 (51.17% from 255) = 32.02%

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

R = 33.5%
G = 32.02%
B = 34.48%

CMYK

 C value IS 0.03

 M value IS 0.07

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#88828C (or 0x88828C) is known color: Topaz. HEX triplet: 88, 82 and 8C. RGB value is (136,130,140). Sum of RGB (Red+Green+Blue) = 136+130+140=406 (53% of max value = 765). Red value is 136 (53.52% from 255 or 33.50% from 406); Green value is 130 (51.17% from 255 or 32.02% from 406); Blue value is 140 (55.08% from 255 or 34.48% from 406); Max value from RGB is 140 - color contains mainly: blue. Hex color #88828C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #88828C is #777D73. Grayscale: #848484. Windows color (decimal): -7830900 or 9208456. OLE color: 9208456.

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

Color convert

RGB 136 130 140 -
CMYK 0.03 0.07 0 0.45
HSL 276º 0.04% 0.53% -
HSV(B) 276º 0.07% 0.55% -
XYZ 22.87 23.09 28.06 -
YUV 132.93 131.99 130.19 -
System Red Green Blue C M Y K H S L
Decimal 136 130 140 0.03 0.07 0 0.45 276 0.04 0.53
Hex 88 82 8C 3 7 0 2D 114 4 35
Octal 210 202 214 3 7 0 55 424 4 65
Binary 10001000 10000010 10001100 11 111 0 101101 100010100 100 110101

Color Harmonies of #88828C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88828C

Black with #88828C

Text Example


Text Example

White with #88828C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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