Html Css Color HEX #80745E Stonewall

📋 copy color: '#80745E'

red 128 ◦ green 116 ◦ blue 94

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

Shades of Stonewall #80745E

Tints of Stonewall #80745E

RGB

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

 GREEN value IS 116 (45.7% from 255) = 34.32%

 BLUE value IS 94 (37.11% from 255) = 27.81%

R = 37.87%
G = 34.32%
B = 27.81%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.27

 K value IS 0.50

RGB Variations

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

Color information

#80745E (or 0x80745E) is known color: Stonewall. HEX triplet: 80, 74 and 5E. RGB value is (128,116,94). Sum of RGB (Red+Green+Blue) = 128+116+94=338 (44% of max value = 765). Red value is 128 (50.39% from 255 or 37.87% from 338); Green value is 116 (45.70% from 255 or 34.32% from 338); Blue value is 94 (37.11% from 255 or 27.81% from 338); Max value from RGB is 128 - color contains mainly: red. Hex color #80745E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #80745E is #7F8BA1. Grayscale: #757575. Windows color (decimal): -8358818 or 6190208. OLE color: 6190208.

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

Color convert

RGB 128 116 94 -
CMYK 0 0.09 0.27 0.50
HSL 38.82º 0.15% 0.44% -
HSV(B) 38.82º 0.27% 0.5% -
XYZ 17.17 17.89 13.14 -
YUV 117.08 114.98 135.79 -
System Red Green Blue C M Y K H S L
Decimal 128 116 94 0 0.09 0.27 0.50 38.82 0.15 0.44
Hex 80 74 5E 0 9 1B 32 27 F 2C
Octal 200 164 136 0 11 33 62 47 17 54
Binary 10000000 1110100 1011110 0 1001 11011 110010 100111 1111 101100

Color Harmonies of #80745E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80745E

Black with #80745E

Text Example


Text Example

White with #80745E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #80745E; }

 p { color: rgb(128,116,94); }

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

background-color css

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

 a { background-color: rgb(128,116,94); }

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

border-color css

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

 span { border-color: rgb(128,116,94); }

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