Html Css Color HEX #878195 Topaz

📋 copy color: '#878195'

red 135 ◦ green 129 ◦ blue 149

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

Shades of Topaz #878195

Tints of Topaz #878195

RGB

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

 GREEN value IS 129 (50.78% from 255) = 31.23%

 BLUE value IS 149 (58.59% from 255) = 36.08%

R = 32.69%
G = 31.23%
B = 36.08%

CMYK

 C value IS 0.09

 M value IS 0.13

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#878195 (or 0x878195) is known color: Topaz. HEX triplet: 87, 81 and 95. RGB value is (135,129,149). Sum of RGB (Red+Green+Blue) = 135+129+149=413 (54% of max value = 765). Red value is 135 (53.12% from 255 or 32.69% from 413); Green value is 129 (50.78% from 255 or 31.23% from 413); Blue value is 149 (58.59% from 255 or 36.08% from 413); Max value from RGB is 149 - color contains mainly: blue. Hex color #878195 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #878195 is #787E6A. Grayscale: #858585. Windows color (decimal): -7896683 or 9798023. OLE color: 9798023.

HSL color Cylindrical-coordinate representation of color #878195: hue angle of 258º degrees, saturation: 0.09, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #878195 is Cyan = 0.09, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 135 129 149 -
CMYK 0.09 0.13 0 0.42
HSL 258º 0.09% 0.55% -
HSV(B) 258º 0.13% 0.58% -
XYZ 23.27 23.02 31.65 -
YUV 133.07 136.99 129.37 -
System Red Green Blue C M Y K H S L
Decimal 135 129 149 0.09 0.13 0 0.42 258 0.09 0.55
Hex 87 81 95 9 D 0 2A 102 9 37
Octal 207 201 225 11 15 0 52 402 11 67
Binary 10000111 10000001 10010101 1001 1101 0 101010 100000010 1001 110111

Color Harmonies of #878195

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #878195

Black with #878195

Text Example


Text Example

White with #878195

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #878195; }

 p { color: rgb(135,129,149); }

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

background-color css

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

 a { background-color: rgb(135,129,149); }

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

border-color css

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

 span { border-color: rgb(135,129,149); }

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