Html Css Color HEX #88858C Topaz

📋 copy color: '#88858C'

red 136 ◦ green 133 ◦ blue 140

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

Shades of Topaz #88858C

Tints of Topaz #88858C

RGB

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

 GREEN value IS 133 (52.34% from 255) = 32.52%

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

R = 33.25%
G = 32.52%
B = 34.23%

CMYK

 C value IS 0.03

 M value IS 0.05

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#88858C (or 0x88858C) is known color: Topaz. HEX triplet: 88, 85 and 8C. RGB value is (136,133,140). Sum of RGB (Red+Green+Blue) = 136+133+140=409 (54% of max value = 765). Red value is 136 (53.52% from 255 or 33.25% from 409); Green value is 133 (52.34% from 255 or 32.52% from 409); Blue value is 140 (55.08% from 255 or 34.23% from 409); Max value from RGB is 140 - color contains mainly: blue. Hex color #88858C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #88858C is #777A73. Grayscale: #868686. Windows color (decimal): -7830132 or 9209224. OLE color: 9209224.

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

Color convert

RGB 136 133 140 -
CMYK 0.03 0.05 0 0.45
HSL 265.71º 0.03% 0.54% -
HSV(B) 265.71º 0.05% 0.55% -
XYZ 23.27 23.9 28.2 -
YUV 134.7 130.99 128.93 -
System Red Green Blue C M Y K H S L
Decimal 136 133 140 0.03 0.05 0 0.45 265.71 0.03 0.54
Hex 88 85 8C 3 5 0 2D 10A 3 36
Octal 210 205 214 3 5 0 55 412 3 66
Binary 10001000 10000101 10001100 11 101 0 101101 100001010 11 110110

Color Harmonies of #88858C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88858C

Black with #88858C

Text Example


Text Example

White with #88858C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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