Html Css Color HEX #88858A Topaz

📋 copy color: '#88858A'

red 136 ◦ green 133 ◦ blue 138

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

Shades of Topaz #88858A

Tints of Topaz #88858A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 33.91%

R = 33.42%
G = 32.68%
B = 33.91%

CMYK

 C value IS 0.01

 M value IS 0.04

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#88858A (or 0x88858A) is known color: Topaz. HEX triplet: 88, 85 and 8A. RGB value is (136,133,138). Sum of RGB (Red+Green+Blue) = 136+133+138=407 (53% of max value = 765). Red value is 136 (53.52% from 255 or 33.42% from 407); Green value is 133 (52.34% from 255 or 32.68% from 407); Blue value is 138 (54.30% from 255 or 33.91% from 407); Max value from RGB is 138 - color contains mainly: blue. Hex color #88858A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #88858A is #777A75. Grayscale: #868686. Windows color (decimal): -7830134 or 9078152. OLE color: 9078152.

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

Color convert

RGB 136 133 138 -
CMYK 0.01 0.04 0 0.46
HSL 276º 0.02% 0.53% -
HSV(B) 276º 0.04% 0.54% -
XYZ 23.13 23.84 27.43 -
YUV 134.47 129.99 129.09 -
System Red Green Blue C M Y K H S L
Decimal 136 133 138 0.01 0.04 0 0.46 276 0.02 0.53
Hex 88 85 8A 1 4 0 2E 114 2 35
Octal 210 205 212 1 4 0 56 424 2 65
Binary 10001000 10000101 10001010 1 100 0 101110 100010100 10 110101

Color Harmonies of #88858A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88858A

Black with #88858A

Text Example


Text Example

White with #88858A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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