Html Css Color HEX #80785D Stonewall

📋 copy color: '#80785D'

red 128 ◦ green 120 ◦ blue 93

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

Shades of Stonewall #80785D

Tints of Stonewall #80785D

RGB

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

 GREEN value IS 120 (47.27% from 255) = 35.19%

 BLUE value IS 93 (36.72% from 255) = 27.27%

R = 37.54%
G = 35.19%
B = 27.27%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.27

 K value IS 0.50

RGB Variations

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

Color information

#80785D (or 0x80785D) is known color: Stonewall. HEX triplet: 80, 78 and 5D. RGB value is (128,120,93). Sum of RGB (Red+Green+Blue) = 128+120+93=341 (45% of max value = 765). Red value is 128 (50.39% from 255 or 37.54% from 341); Green value is 120 (47.27% from 255 or 35.19% from 341); Blue value is 93 (36.72% from 255 or 27.27% from 341); Max value from RGB is 128 - color contains mainly: red. Hex color #80785D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #80785D is #7F87A2. Grayscale: #777777. Windows color (decimal): -8357795 or 6125696. OLE color: 6125696.

HSL color Cylindrical-coordinate representation of color #80785D: hue angle of 46.29º degrees, saturation: 0.16, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #80785D is Cyan = 0, Magento = 0.06, Yellow = 0.27 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 120 93 -
CMYK 0 0.06 0.27 0.50
HSL 46.29º 0.16% 0.43% -
HSV(B) 46.29º 0.27% 0.5% -
XYZ 17.59 18.81 13.06 -
YUV 119.31 113.15 134.2 -
System Red Green Blue C M Y K H S L
Decimal 128 120 93 0 0.06 0.27 0.50 46.29 0.16 0.43
Hex 80 78 5D 0 6 1B 32 2E 10 2B
Octal 200 170 135 0 6 33 62 56 20 53
Binary 10000000 1111000 1011101 0 110 11011 110010 101110 10000 101011

Color Harmonies of #80785D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80785D

Black with #80785D

Text Example


Text Example

White with #80785D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #80785D; }

 p { color: rgb(128,120,93); }

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

background-color css

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

 a { background-color: rgb(128,120,93); }

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

border-color css

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

 span { border-color: rgb(128,120,93); }

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