Html Css Color HEX #80795F Stonewall

📋 copy color: '#80795F'

red 128 ◦ green 121 ◦ blue 95

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

Shades of Stonewall #80795F

Tints of Stonewall #80795F

RGB

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

 GREEN value IS 121 (47.66% from 255) = 35.17%

 BLUE value IS 95 (37.5% from 255) = 27.62%

R = 37.21%
G = 35.17%
B = 27.62%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.26

 K value IS 0.50

RGB Variations

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

Color information

#80795F (or 0x80795F) is known color: Stonewall. HEX triplet: 80, 79 and 5F. RGB value is (128,121,95). Sum of RGB (Red+Green+Blue) = 128+121+95=344 (45% of max value = 765). Red value is 128 (50.39% from 255 or 37.21% from 344); Green value is 121 (47.66% from 255 or 35.17% from 344); Blue value is 95 (37.5% from 255 or 27.62% from 344); Max value from RGB is 128 - color contains mainly: red. Hex color #80795F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #80795F is #7F86A0. Grayscale: #787878. Windows color (decimal): -8357537 or 6257024. OLE color: 6257024.

HSL color Cylindrical-coordinate representation of color #80795F: hue angle of 47.27º degrees, saturation: 0.15, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #80795F is Cyan = 0, Magento = 0.05, Yellow = 0.26 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 121 95 -
CMYK 0 0.05 0.26 0.50
HSL 47.27º 0.15% 0.44% -
HSV(B) 47.27º 0.26% 0.5% -
XYZ 17.81 19.09 13.57 -
YUV 120.13 113.82 133.61 -
System Red Green Blue C M Y K H S L
Decimal 128 121 95 0 0.05 0.26 0.50 47.27 0.15 0.44
Hex 80 79 5F 0 5 1A 32 2F F 2C
Octal 200 171 137 0 5 32 62 57 17 54
Binary 10000000 1111001 1011111 0 101 11010 110010 101111 1111 101100

Color Harmonies of #80795F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80795F

Black with #80795F

Text Example


Text Example

White with #80795F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #80795F; }

 p { color: rgb(128,121,95); }

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

background-color css

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

 a { background-color: rgb(128,121,95); }

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

border-color css

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

 span { border-color: rgb(128,121,95); }

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