#847760

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

Shades of Stonewall #847760

Tints of Stonewall #847760

Color information

#847760 (or 0x847760) is unknown color: approx Stonewall. HEX triplet: 84, 77 and 60. RGB value is (132,119,96). Sum of RGB (Red+Green+Blue) = 132+119+96=347 (45% of max value = 765). Red value is 132 (51.95% from 255 or 38.04% from 347); Green value is 119 (46.88% from 255 or 34.29% from 347); Blue value is 96 (37.89% from 255 or 27.67% from 347); Max value from RGB is 132 - color contains mainly: red. Hex color #847760 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #847760 is #7B889F. Grayscale: #787878. Windows color (decimal): -8095904 or 6322052. OLE color: 6322052.

HSL color Cylindrical-coordinate representation of color #847760: hue angle of 38.33º degrees, saturation: 0.16, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #847760 is Cyan = 0, Magento = 0.10, Yellow = 0.27 and Black (K on CMYK) = 0.48.

Color convert

RGB13211996-
CMYK00.100.270.48
HSL38.33º15.79%44.71%-
HSV(B)38.33º27.27%51.76%-
XYZ18.2218.9413.76-
YUV120.26114.31136.37-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 38.04%
GREEN value IS 119 (46.88% from 255) = 34.29%
BLUE value IS 96 (37.89% from 255) = 27.67%
R=38.04%
G=34.29%
B=27.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.27
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1321199600.100.270.4838.3315.7944.71
Hex8477600A1B3026102d
Octal2041671400123360462055
Binary1000010011101111100000010101101111000010011010000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #847760

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #847760; }

 p { color: rgb(132,119,96); }

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

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

 a { background-color: rgb(132,119,96); }

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

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

 span { border-color: rgb(132,119,96); }

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