Html Css Color HEX #837C87 Topaz

📋 copy color: '#837C87'

red 131 ◦ green 124 ◦ blue 135

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

Shades of Topaz #837C87

Tints of Topaz #837C87

RGB

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

 GREEN value IS 124 (48.83% from 255) = 31.79%

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

R = 33.59%
G = 31.79%
B = 34.62%

CMYK

 C value IS 0.03

 M value IS 0.08

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#837C87 (or 0x837C87) is known color: Topaz. HEX triplet: 83, 7C and 87. RGB value is (131,124,135). Sum of RGB (Red+Green+Blue) = 131+124+135=390 (51% of max value = 765). Red value is 131 (51.56% from 255 or 33.59% from 390); Green value is 124 (48.83% from 255 or 31.79% from 390); Blue value is 135 (53.12% from 255 or 34.62% from 390); Max value from RGB is 135 - color contains mainly: blue. Hex color #837C87 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #837C87 is #7C8378. Grayscale: #7F7F7F. Windows color (decimal): -8160121 or 8879235. OLE color: 8879235.

HSL color Cylindrical-coordinate representation of color #837C87: hue angle of 278.18º degrees, saturation: 0.04, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #837C87 is Cyan = 0.03, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 131 124 135 -
CMYK 0.03 0.08 0 0.47
HSL 278.18º 0.04% 0.51% -
HSV(B) 278.18º 0.08% 0.53% -
XYZ 20.94 20.99 25.87 -
YUV 127.35 132.32 130.61 -
System Red Green Blue C M Y K H S L
Decimal 131 124 135 0.03 0.08 0 0.47 278.18 0.04 0.51
Hex 83 7C 87 3 8 0 2F 116 4 33
Octal 203 174 207 3 10 0 57 426 4 63
Binary 10000011 1111100 10000111 11 1000 0 101111 100010110 100 110011

Color Harmonies of #837C87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #837C87

Black with #837C87

Text Example


Text Example

White with #837C87

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #837C87; }

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

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

background-color css

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

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

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

border-color css

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

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

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