Html Css Color HEX #807560 Stonewall

📋 copy color: '#807560'

red 128 ◦ green 117 ◦ blue 96

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

Shades of Stonewall #807560

Tints of Stonewall #807560

RGB

 RED value IS 128 (50.39% from 255) = 37.54%

 GREEN value IS 117 (46.09% from 255) = 34.31%

 BLUE value IS 96 (37.89% from 255) = 28.15%

R = 37.54%
G = 34.31%
B = 28.15%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.25

 K value IS 0.50

RGB Variations

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

Color information

#807560 (or 0x807560) is known color: Stonewall. HEX triplet: 80, 75 and 60. RGB value is (128,117,96). Sum of RGB (Red+Green+Blue) = 128+117+96=341 (45% of max value = 765). Red value is 128 (50.39% from 255 or 37.54% from 341); Green value is 117 (46.09% from 255 or 34.31% from 341); Blue value is 96 (37.89% from 255 or 28.15% from 341); Max value from RGB is 128 - color contains mainly: red. Hex color #807560 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #807560 is #7F8A9F. Grayscale: #757575. Windows color (decimal): -8358560 or 6321536. OLE color: 6321536.

HSL color Cylindrical-coordinate representation of color #807560: hue angle of 39.38º degrees, saturation: 0.14, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #807560 is Cyan = 0, Magento = 0.09, Yellow = 0.25 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 117 96 -
CMYK 0 0.09 0.25 0.50
HSL 39.38º 0.14% 0.44% -
HSV(B) 39.38º 0.25% 0.5% -
XYZ 17.37 18.16 13.66 -
YUV 117.9 115.64 135.21 -
System Red Green Blue C M Y K H S L
Decimal 128 117 96 0 0.09 0.25 0.50 39.38 0.14 0.44
Hex 80 75 60 0 9 19 32 27 E 2C
Octal 200 165 140 0 11 31 62 47 16 54
Binary 10000000 1110101 1100000 0 1001 11001 110010 100111 1110 101100

Color Harmonies of #807560

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #807560

Black with #807560

Text Example


Text Example

White with #807560

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #807560; }

 p { color: rgb(128,117,96); }

 H1.HeaderClassName
 {
   color: #807560;
 }
 .AnyTagClassName
 {
   color: #807560;
 }
</style>

background-color css

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

 a { background-color: rgb(128,117,96); }

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

border-color css

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

 span { border-color: rgb(128,117,96); }

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