Html Css Color HEX #847760 Stonewall

📋 copy color: '#847760'

red 132 ◦ green 119 ◦ blue 96

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

Shades of Stonewall #847760

Tints of Stonewall #847760

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 value IS 0

 M value IS 0.10

 Y value IS 0.27

 K value IS 0.48

RGB Variations

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

Color information

#847760 (or 0x847760) is known color: 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

RGB 132 119 96 -
CMYK 0 0.10 0.27 0.48
HSL 38.33º 0.16% 0.45% -
HSV(B) 38.33º 0.27% 0.52% -
XYZ 18.22 18.94 13.76 -
YUV 120.27 114.31 136.37 -
System Red Green Blue C M Y K H S L
Decimal 132 119 96 0 0.10 0.27 0.48 38.33 0.16 0.45
Hex 84 77 60 0 A 1B 30 26 10 2D
Octal 204 167 140 0 12 33 60 46 20 55
Binary 10000100 1110111 1100000 0 1010 11011 110000 100110 10000 101101

Color Harmonies of #847760

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #847760

Black with #847760

Text Example


Text Example

White with #847760

Text Example


Text Example

HTML Codes & Css Web 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>