Html Css Color HEX #878289 Topaz

📋 copy color: '#878289'

red 135 ◦ green 130 ◦ blue 137

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

Shades of Topaz #878289

Tints of Topaz #878289

RGB

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

 GREEN value IS 130 (51.17% from 255) = 32.34%

 BLUE value IS 137 (53.91% from 255) = 34.08%

R = 33.58%
G = 32.34%
B = 34.08%

CMYK

 C value IS 0.01

 M value IS 0.05

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#878289 (or 0x878289) is known color: Topaz. HEX triplet: 87, 82 and 89. RGB value is (135,130,137). Sum of RGB (Red+Green+Blue) = 135+130+137=402 (53% of max value = 765). Red value is 135 (53.12% from 255 or 33.58% from 402); Green value is 130 (51.17% from 255 or 32.34% from 402); Blue value is 137 (53.91% from 255 or 34.08% from 402); Max value from RGB is 137 - color contains mainly: blue. Hex color #878289 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #878289 is #787D76. Grayscale: #848484. Windows color (decimal): -7896439 or 9011847. OLE color: 9011847.

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

Color convert

RGB 135 130 137 -
CMYK 0.01 0.05 0 0.46
HSL 282.86º 0.03% 0.52% -
HSV(B) 282.86º 0.05% 0.54% -
XYZ 22.49 22.92 26.91 -
YUV 132.29 130.66 129.93 -
System Red Green Blue C M Y K H S L
Decimal 135 130 137 0.01 0.05 0 0.46 282.86 0.03 0.52
Hex 87 82 89 1 5 0 2E 11B 3 34
Octal 207 202 211 1 5 0 56 433 3 64
Binary 10000111 10000010 10001001 1 101 0 101110 100011011 11 110100

Color Harmonies of #878289

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #878289

Black with #878289

Text Example


Text Example

White with #878289

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #878289; }

 p { color: rgb(135,130,137); }

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

background-color css

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

 a { background-color: rgb(135,130,137); }

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

border-color css

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

 span { border-color: rgb(135,130,137); }

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