Html Css Color HEX #80755E Stonewall

📋 copy color: '#80755E'

red 128 ◦ green 117 ◦ blue 94

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

Shades of Stonewall #80755E

Tints of Stonewall #80755E

RGB

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

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

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

R = 37.76%
G = 34.51%
B = 27.73%

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

#80755E (or 0x80755E) is known color: Stonewall. HEX triplet: 80, 75 and 5E. RGB value is (128,117,94). Sum of RGB (Red+Green+Blue) = 128+117+94=339 (44% of max value = 765). Red value is 128 (50.39% from 255 or 37.76% from 339); Green value is 117 (46.09% from 255 or 34.51% from 339); Blue value is 94 (37.11% from 255 or 27.73% from 339); Max value from RGB is 128 - color contains mainly: red. Hex color #80755E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #80755E is #7F8AA1. Grayscale: #757575. Windows color (decimal): -8358562 or 6190464. OLE color: 6190464.

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

Color convert

RGB 128 117 94 -
CMYK 0 0.09 0.27 0.50
HSL 40.59º 0.15% 0.44% -
HSV(B) 40.59º 0.27% 0.5% -
XYZ 17.28 18.12 13.18 -
YUV 117.67 114.64 135.37 -
System Red Green Blue C M Y K H S L
Decimal 128 117 94 0 0.09 0.27 0.50 40.59 0.15 0.44
Hex 80 75 5E 0 9 1B 32 29 F 2C
Octal 200 165 136 0 11 33 62 51 17 54
Binary 10000000 1110101 1011110 0 1001 11011 110010 101001 1111 101100

Color Harmonies of #80755E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80755E

Black with #80755E

Text Example


Text Example

White with #80755E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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