Html Css Color HEX #837F8D Topaz

📋 copy color: '#837F8D'

red 131 ◦ green 127 ◦ blue 141

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

Shades of Topaz #837F8D

Tints of Topaz #837F8D

RGB

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

 GREEN value IS 127 (50% from 255) = 31.83%

 BLUE value IS 141 (55.47% from 255) = 35.34%

R = 32.83%
G = 31.83%
B = 35.34%

CMYK

 C value IS 0.07

 M value IS 0.10

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#837F8D (or 0x837F8D) is known color: Topaz. HEX triplet: 83, 7F and 8D. RGB value is (131,127,141). Sum of RGB (Red+Green+Blue) = 131+127+141=399 (52% of max value = 765). Red value is 131 (51.56% from 255 or 32.83% from 399); Green value is 127 (50% from 255 or 31.83% from 399); Blue value is 141 (55.47% from 255 or 35.34% from 399); Max value from RGB is 141 - color contains mainly: blue. Hex color #837F8D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #837F8D is #7C8072. Grayscale: #818181. Windows color (decimal): -8159347 or 9273219. OLE color: 9273219.

HSL color Cylindrical-coordinate representation of color #837F8D: hue angle of 257.14º degrees, saturation: 0.06, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #837F8D is Cyan = 0.07, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 131 127 141 -
CMYK 0.07 0.10 0 0.45
HSL 257.14º 0.06% 0.53% -
HSV(B) 257.14º 0.1% 0.55% -
XYZ 21.76 21.93 28.28 -
YUV 129.79 134.33 128.86 -
System Red Green Blue C M Y K H S L
Decimal 131 127 141 0.07 0.10 0 0.45 257.14 0.06 0.53
Hex 83 7F 8D 7 A 0 2D 101 6 35
Octal 203 177 215 7 12 0 55 401 6 65
Binary 10000011 1111111 10001101 111 1010 0 101101 100000001 110 110101

Color Harmonies of #837F8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #837F8D

Black with #837F8D

Text Example


Text Example

White with #837F8D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(131,127,141); }

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

background-color css

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

 a { background-color: rgb(131,127,141); }

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

border-color css

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

 span { border-color: rgb(131,127,141); }

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