Html Css Color HEX #878491 Topaz

📋 copy color: '#878491'

red 135 ◦ green 132 ◦ blue 145

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

Shades of Topaz #878491

Tints of Topaz #878491

RGB

 RED value IS 135 (53.13% from 255) = 32.77%

 GREEN value IS 132 (51.95% from 255) = 32.04%

 BLUE value IS 145 (57.03% from 255) = 35.19%

R = 32.77%
G = 32.04%
B = 35.19%

CMYK

 C value IS 0.07

 M value IS 0.09

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#878491 (or 0x878491) is known color: Topaz. HEX triplet: 87, 84 and 91. RGB value is (135,132,145). Sum of RGB (Red+Green+Blue) = 135+132+145=412 (54% of max value = 765). Red value is 135 (53.12% from 255 or 32.77% from 412); Green value is 132 (51.95% from 255 or 32.04% from 412); Blue value is 145 (57.03% from 255 or 35.19% from 412); Max value from RGB is 145 - color contains mainly: blue. Hex color #878491 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #878491 is #787B6E. Grayscale: #868686. Windows color (decimal): -7895919 or 9536647. OLE color: 9536647.

HSL color Cylindrical-coordinate representation of color #878491: hue angle of 253.85º degrees, saturation: 0.06, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #878491 is Cyan = 0.07, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 135 132 145 -
CMYK 0.07 0.09 0 0.43
HSL 253.85º 0.06% 0.54% -
HSV(B) 253.85º 0.09% 0.57% -
XYZ 23.35 23.7 30.13 -
YUV 134.38 133.99 128.44 -
System Red Green Blue C M Y K H S L
Decimal 135 132 145 0.07 0.09 0 0.43 253.85 0.06 0.54
Hex 87 84 91 7 9 0 2B FE 6 36
Octal 207 204 221 7 11 0 53 376 6 66
Binary 10000111 10000100 10010001 111 1001 0 101011 11111110 110 110110

Color Harmonies of #878491

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #878491

Black with #878491

Text Example


Text Example

White with #878491

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #878491; }

 p { color: rgb(135,132,145); }

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

background-color css

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

 a { background-color: rgb(135,132,145); }

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

border-color css

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

 span { border-color: rgb(135,132,145); }

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