Html Css Color HEX #837992 Topaz

📋 copy color: '#837992'

red 131 ◦ green 121 ◦ blue 146

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

Shades of Topaz #837992

Tints of Topaz #837992

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 36.68%

R = 32.91%
G = 30.4%
B = 36.68%

CMYK

 C value IS 0.10

 M value IS 0.17

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#837992 (or 0x837992) is known color: Topaz. HEX triplet: 83, 79 and 92. RGB value is (131,121,146). Sum of RGB (Red+Green+Blue) = 131+121+146=398 (52% of max value = 765). Red value is 131 (51.56% from 255 or 32.91% from 398); Green value is 121 (47.66% from 255 or 30.40% from 398); Blue value is 146 (57.42% from 255 or 36.68% from 398); Max value from RGB is 146 - color contains mainly: blue. Hex color #837992 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #837992 is #7C866D. Grayscale: #7E7E7E. Windows color (decimal): -8160878 or 9599363. OLE color: 9599363.

HSL color Cylindrical-coordinate representation of color #837992: hue angle of 264º degrees, saturation: 0.1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #837992 is Cyan = 0.10, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 131 121 146 -
CMYK 0.10 0.17 0 0.43
HSL 264º 0.1% 0.52% -
HSV(B) 264º 0.17% 0.57% -
XYZ 21.39 20.58 30.04 -
YUV 126.84 138.81 130.97 -
System Red Green Blue C M Y K H S L
Decimal 131 121 146 0.10 0.17 0 0.43 264 0.1 0.52
Hex 83 79 92 A 11 0 2B 108 A 34
Octal 203 171 222 12 21 0 53 410 12 64
Binary 10000011 1111001 10010010 1010 10001 0 101011 100001000 1010 110100

Color Harmonies of #837992

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #837992

Black with #837992

Text Example


Text Example

White with #837992

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #837992; }

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

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

background-color css

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

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

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

border-color css

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

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

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