#837791

Color #837791 Topaz (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Topaz #837791

Tints of Topaz #837791

Color information

#837791 (or 0x837791) is unknown color: approx Topaz. HEX triplet: 83, 77 and 91. RGB value is (131,119,145). Sum of RGB (Red+Green+Blue) = 131+119+145=395 (52% of max value = 765). Red value is 131 (51.56% from 255 or 33.16% from 395); Green value is 119 (46.88% from 255 or 30.13% from 395); Blue value is 145 (57.03% from 255 or 36.71% from 395); Max value from RGB is 145 - color contains mainly: blue. Hex color #837791 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #837791 is #7C886E. Grayscale: #7D7D7D. Windows color (decimal): -8161391 or 9533315. OLE color: 9533315.

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

Color convert

RGB131119145-
CMYK0.100.1800.43
HSL267.69º10.57%51.76%-
HSV(B)267.69º17.93%56.86%-
XYZ21.0720.0629.55-
YUV125.55138.98131.89-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 33.16%
GREEN value IS 119 (46.88% from 255) = 30.13%
BLUE value IS 145 (57.03% from 255) = 36.71%
R=33.16%
G=30.13%
B=36.71%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1311191450.100.1800.43267.6910.5751.76
Hex837791A1202B10cb34
Octal20316722112220534141364
Binary1000001111101111001000110101001001010111000011001011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #837791

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #837791; }

 p { color: rgb(131,119,145); }

 H1.HeaderClassName
 {
   color: #837791;
 }
 .AnyTagClassName
 {
   color: #837791;
 }
</style>
background-color css

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

 a { background-color: rgb(131,119,145); }

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

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

 span { border-color: rgb(131,119,145); }

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