Html Css Color HEX #88878A Topaz

📋 copy color: '#88878A'

red 136 ◦ green 135 ◦ blue 138

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

Shades of Topaz #88878A

Tints of Topaz #88878A

RGB

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

 GREEN value IS 135 (53.13% from 255) = 33.01%

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

R = 33.25%
G = 33.01%
B = 33.74%

CMYK

 C value IS 0.01

 M value IS 0.02

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#88878A (or 0x88878A) is known color: Topaz. HEX triplet: 88, 87 and 8A. RGB value is (136,135,138). Sum of RGB (Red+Green+Blue) = 136+135+138=409 (54% of max value = 765). Red value is 136 (53.52% from 255 or 33.25% from 409); Green value is 135 (53.12% from 255 or 33.01% from 409); Blue value is 138 (54.30% from 255 or 33.74% from 409); Max value from RGB is 138 - color contains mainly: blue. Hex color #88878A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #88878A is #777875. Grayscale: #878787. Windows color (decimal): -7829622 or 9078664. OLE color: 9078664.

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

Color convert

RGB 136 135 138 -
CMYK 0.01 0.02 0 0.46
HSL 260º 0.01% 0.54% -
HSV(B) 260º 0.02% 0.54% -
XYZ 23.4 24.4 27.52 -
YUV 135.64 129.33 128.26 -
System Red Green Blue C M Y K H S L
Decimal 136 135 138 0.01 0.02 0 0.46 260 0.01 0.54
Hex 88 87 8A 1 2 0 2E 104 1 36
Octal 210 207 212 1 2 0 56 404 1 66
Binary 10001000 10000111 10001010 1 10 0 101110 100000100 1 110110

Color Harmonies of #88878A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88878A

Black with #88878A

Text Example


Text Example

White with #88878A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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