#837764

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

Shades of Stonewall #837764

Tints of Stonewall #837764

Color information

#837764 (or 0x837764) is unknown color: approx Stonewall. HEX triplet: 83, 77 and 64. RGB value is (131,119,100). Sum of RGB (Red+Green+Blue) = 131+119+100=350 (46% of max value = 765). Red value is 131 (51.56% from 255 or 37.43% from 350); Green value is 119 (46.88% from 255 or 34% from 350); Blue value is 100 (39.45% from 255 or 28.57% from 350); Max value from RGB is 131 - color contains mainly: red. Hex color #837764 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #837764 is #7C889B. Grayscale: #787878. Windows color (decimal): -8161436 or 6584195. OLE color: 6584195.

HSL color Cylindrical-coordinate representation of color #837764: hue angle of 36.77º degrees, saturation: 0.13, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #837764 is Cyan = 0, Magento = 0.09, Yellow = 0.24 and Black (K on CMYK) = 0.49.

Color convert

RGB131119100-
CMYK00.090.240.49
HSL36.77º13.42%45.29%-
HSV(B)36.77º23.66%51.37%-
XYZ18.2618.9414.75-
YUV120.42116.48135.54-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 37.43%
GREEN value IS 119 (46.88% from 255) = 34%
BLUE value IS 100 (39.45% from 255) = 28.57%
R=37.43%
G=34%
B=28.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.24
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13111910000.090.240.4936.7713.4245.29
Hex83776409183125d2d
Octal2031671440113061451555
Binary100000111110111110010001001110001100011001011101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #837764

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #837764; }

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

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

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

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

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

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

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

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