Html Css Color HEX #837987 Topaz

📋 copy color: '#837987'

red 131 ◦ green 121 ◦ blue 135

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

Shades of Topaz #837987

Tints of Topaz #837987

RGB

 RED value IS 131 (51.56% from 255) = 33.85%

 GREEN value IS 121 (47.66% from 255) = 31.27%

 BLUE value IS 135 (53.13% from 255) = 34.88%

R = 33.85%
G = 31.27%
B = 34.88%

CMYK

 C value IS 0.03

 M value IS 0.10

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#837987 (or 0x837987) is known color: Topaz. HEX triplet: 83, 79 and 87. RGB value is (131,121,135). Sum of RGB (Red+Green+Blue) = 131+121+135=387 (51% of max value = 765). Red value is 131 (51.56% from 255 or 33.85% from 387); Green value is 121 (47.66% from 255 or 31.27% from 387); Blue value is 135 (53.12% from 255 or 34.88% from 387); Max value from RGB is 135 - color contains mainly: blue. Hex color #837987 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #837987 is #7C8678. Grayscale: #7D7D7D. Windows color (decimal): -8160889 or 8878467. OLE color: 8878467.

HSL color Cylindrical-coordinate representation of color #837987: hue angle of 282.86º degrees, saturation: 0.06, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #837987 is Cyan = 0.03, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 131 121 135 -
CMYK 0.03 0.10 0 0.47
HSL 282.86º 0.06% 0.5% -
HSV(B) 282.86º 0.1% 0.53% -
XYZ 20.57 20.25 25.75 -
YUV 125.59 133.31 131.86 -
System Red Green Blue C M Y K H S L
Decimal 131 121 135 0.03 0.10 0 0.47 282.86 0.06 0.5
Hex 83 79 87 3 A 0 2F 11B 6 32
Octal 203 171 207 3 12 0 57 433 6 62
Binary 10000011 1111001 10000111 11 1010 0 101111 100011011 110 110010

Color Harmonies of #837987

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #837987

Black with #837987

Text Example


Text Example

White with #837987

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #837987; }

 p { color: rgb(131,121,135); }

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

background-color css

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

 a { background-color: rgb(131,121,135); }

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

border-color css

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

 span { border-color: rgb(131,121,135); }

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