Html Css Color HEX #80745F Stonewall

📋 copy color: '#80745F'

red 128 ◦ green 116 ◦ blue 95

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

Shades of Stonewall #80745F

Tints of Stonewall #80745F

RGB

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

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

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

R = 37.76%
G = 34.22%
B = 28.02%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.26

 K value IS 0.50

RGB Variations

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

Color information

#80745F (or 0x80745F) is known color: Stonewall. HEX triplet: 80, 74 and 5F. RGB value is (128,116,95). Sum of RGB (Red+Green+Blue) = 128+116+95=339 (44% of max value = 765). Red value is 128 (50.39% from 255 or 37.76% from 339); Green value is 116 (45.70% from 255 or 34.22% from 339); Blue value is 95 (37.5% from 255 or 28.02% from 339); Max value from RGB is 128 - color contains mainly: red. Hex color #80745F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #80745F is #7F8BA0. Grayscale: #757575. Windows color (decimal): -8358817 or 6255744. OLE color: 6255744.

HSL color Cylindrical-coordinate representation of color #80745F: hue angle of 38.18º 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 #80745F is Cyan = 0, Magento = 0.09, Yellow = 0.26 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 116 95 -
CMYK 0 0.09 0.26 0.50
HSL 38.18º 0.15% 0.44% -
HSV(B) 38.18º 0.26% 0.5% -
XYZ 17.21 17.91 13.38 -
YUV 117.19 115.48 135.71 -
System Red Green Blue C M Y K H S L
Decimal 128 116 95 0 0.09 0.26 0.50 38.18 0.15 0.44
Hex 80 74 5F 0 9 1A 32 26 F 2C
Octal 200 164 137 0 11 32 62 46 17 54
Binary 10000000 1110100 1011111 0 1001 11010 110010 100110 1111 101100

Color Harmonies of #80745F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80745F

Black with #80745F

Text Example


Text Example

White with #80745F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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