Html Css Color HEX #88858B Topaz

📋 copy color: '#88858B'

red 136 ◦ green 133 ◦ blue 139

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

Shades of Topaz #88858B

Tints of Topaz #88858B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 34.07%

R = 33.33%
G = 32.6%
B = 34.07%

CMYK

 C value IS 0.02

 M value IS 0.04

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#88858B (or 0x88858B) is known color: Topaz. HEX triplet: 88, 85 and 8B. RGB value is (136,133,139). Sum of RGB (Red+Green+Blue) = 136+133+139=408 (54% of max value = 765). Red value is 136 (53.52% from 255 or 33.33% from 408); Green value is 133 (52.34% from 255 or 32.60% from 408); Blue value is 139 (54.69% from 255 or 34.07% from 408); Max value from RGB is 139 - color contains mainly: blue. Hex color #88858B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #88858B is #777A74. Grayscale: #868686. Windows color (decimal): -7830133 or 9143688. OLE color: 9143688.

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

Color convert

RGB 136 133 139 -
CMYK 0.02 0.04 0 0.45
HSL 270º 0.03% 0.53% -
HSV(B) 270º 0.04% 0.55% -
XYZ 23.2 23.87 27.81 -
YUV 134.58 130.49 129.01 -
System Red Green Blue C M Y K H S L
Decimal 136 133 139 0.02 0.04 0 0.45 270 0.03 0.53
Hex 88 85 8B 2 4 0 2D 10E 3 35
Octal 210 205 213 2 4 0 55 416 3 65
Binary 10001000 10000101 10001011 10 100 0 101101 100001110 11 110101

Color Harmonies of #88858B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88858B

Black with #88858B

Text Example


Text Example

White with #88858B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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