Html Css Color HEX #878096 Topaz

📋 copy color: '#878096'

red 135 ◦ green 128 ◦ blue 150

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

Shades of Topaz #878096

Tints of Topaz #878096

RGB

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

 GREEN value IS 128 (50.39% from 255) = 30.99%

 BLUE value IS 150 (58.98% from 255) = 36.32%

R = 32.69%
G = 30.99%
B = 36.32%

CMYK

 C value IS 0.1

 M value IS 0.15

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#878096 (or 0x878096) is known color: Topaz. HEX triplet: 87, 80 and 96. RGB value is (135,128,150). Sum of RGB (Red+Green+Blue) = 135+128+150=413 (54% of max value = 765). Red value is 135 (53.12% from 255 or 32.69% from 413); Green value is 128 (50.39% from 255 or 30.99% from 413); Blue value is 150 (58.98% from 255 or 36.32% from 413); Max value from RGB is 150 - color contains mainly: blue. Hex color #878096 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #878096 is #787F69. Grayscale: #848484. Windows color (decimal): -7896938 or 9863303. OLE color: 9863303.

HSL color Cylindrical-coordinate representation of color #878096: hue angle of 259.09º degrees, saturation: 0.09, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #878096 is Cyan = 0.1, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 135 128 150 -
CMYK 0.1 0.15 0 0.41
HSL 259.09º 0.09% 0.55% -
HSV(B) 259.09º 0.15% 0.59% -
XYZ 23.22 22.79 32.03 -
YUV 132.6 137.82 129.71 -
System Red Green Blue C M Y K H S L
Decimal 135 128 150 0.1 0.15 0 0.41 259.09 0.09 0.55
Hex 87 80 96 A F 0 29 103 9 37
Octal 207 200 226 12 17 0 51 403 11 67
Binary 10000111 10000000 10010110 1010 1111 0 101001 100000011 1001 110111

Color Harmonies of #878096

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #878096

Black with #878096

Text Example


Text Example

White with #878096

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #878096; }

 p { color: rgb(135,128,150); }

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

background-color css

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

 a { background-color: rgb(135,128,150); }

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

border-color css

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

 span { border-color: rgb(135,128,150); }

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