#837B7D

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

Shades of Venus #837B7D

Tints of Venus #837B7D

Color information

#837B7D (or 0x837B7D) is unknown color: approx Venus. HEX triplet: 83, 7B and 7D. RGB value is (131,123,125). Sum of RGB (Red+Green+Blue) = 131+123+125=379 (50% of max value = 765). Red value is 131 (51.56% from 255 or 34.56% from 379); Green value is 123 (48.44% from 255 or 32.45% from 379); Blue value is 125 (49.22% from 255 or 32.98% from 379); Max value from RGB is 131 - color contains mainly: red. Hex color #837B7D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #837B7D is #7C8482. Grayscale: #7D7D7D. Windows color (decimal): -8160387 or 8223619. OLE color: 8223619.

HSL color Cylindrical-coordinate representation of color #837B7D: hue angle of 345º degrees, saturation: 0.03, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #837B7D is Cyan = 0, Magento = 0.06, Yellow = 0.05 and Black (K on CMYK) = 0.49.

Color convert

RGB131123125-
CMYK00.060.050.49
HSL345º3.15%49.8%-
HSV(B)345º6.11%51.37%-
XYZ20.1420.4722.29-
YUV125.62127.65131.84-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 34.56%
GREEN value IS 123 (48.44% from 255) = 32.45%
BLUE value IS 125 (49.22% from 255) = 32.98%
R=34.56%
G=32.45%
B=32.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.05
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13112312500.060.050.493453.1549.8
Hex837B7D06531159332
Octal20317317506561531362
Binary1000001111110111111101011010111000110101100111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #837B7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(131,123,125); }

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

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

 a { background-color: rgb(131,123,125); }

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

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

 span { border-color: rgb(131,123,125); }

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