Html Css Color HEX #88858F Topaz

📋 copy color: '#88858F'

red 136 ◦ green 133 ◦ blue 143

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

Shades of Topaz #88858F

Tints of Topaz #88858F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 34.71%

R = 33.01%
G = 32.28%
B = 34.71%

CMYK

 C value IS 0.05

 M value IS 0.07

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#88858F (or 0x88858F) is known color: Topaz. HEX triplet: 88, 85 and 8F. RGB value is (136,133,143). Sum of RGB (Red+Green+Blue) = 136+133+143=412 (54% of max value = 765). Red value is 136 (53.52% from 255 or 33.01% from 412); Green value is 133 (52.34% from 255 or 32.28% from 412); Blue value is 143 (56.25% from 255 or 34.71% from 412); Max value from RGB is 143 - color contains mainly: blue. Hex color #88858F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #88858F is #777A70. Grayscale: #878787. Windows color (decimal): -7830129 or 9405832. OLE color: 9405832.

HSL color Cylindrical-coordinate representation of color #88858F: hue angle of 258º degrees, saturation: 0.04, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #88858F is Cyan = 0.05, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 136 133 143 -
CMYK 0.05 0.07 0 0.44
HSL 258º 0.04% 0.54% -
HSV(B) 258º 0.07% 0.56% -
XYZ 23.5 23.99 29.38 -
YUV 135.04 132.49 128.69 -
System Red Green Blue C M Y K H S L
Decimal 136 133 143 0.05 0.07 0 0.44 258 0.04 0.54
Hex 88 85 8F 5 7 0 2C 102 4 36
Octal 210 205 217 5 7 0 54 402 4 66
Binary 10001000 10000101 10001111 101 111 0 101100 100000010 100 110110

Color Harmonies of #88858F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88858F

Black with #88858F

Text Example


Text Example

White with #88858F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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