Html Css Color HEX #80775D Stonewall

📋 copy color: '#80775D'

red 128 ◦ green 119 ◦ blue 93

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

Shades of Stonewall #80775D

Tints of Stonewall #80775D

RGB

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

 GREEN value IS 119 (46.88% from 255) = 35%

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

R = 37.65%
G = 35%
B = 27.35%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.27

 K value IS 0.50

RGB Variations

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

Color information

#80775D (or 0x80775D) is known color: Stonewall. HEX triplet: 80, 77 and 5D. RGB value is (128,119,93). Sum of RGB (Red+Green+Blue) = 128+119+93=340 (45% of max value = 765). Red value is 128 (50.39% from 255 or 37.65% from 340); Green value is 119 (46.88% from 255 or 35% from 340); Blue value is 93 (36.72% from 255 or 27.35% from 340); Max value from RGB is 128 - color contains mainly: red. Hex color #80775D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #80775D is #7F88A2. Grayscale: #767676. Windows color (decimal): -8358051 or 6125440. OLE color: 6125440.

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

Color convert

RGB 128 119 93 -
CMYK 0 0.07 0.27 0.50
HSL 44.57º 0.16% 0.43% -
HSV(B) 44.57º 0.27% 0.5% -
XYZ 17.47 18.57 13.02 -
YUV 118.73 113.48 134.61 -
System Red Green Blue C M Y K H S L
Decimal 128 119 93 0 0.07 0.27 0.50 44.57 0.16 0.43
Hex 80 77 5D 0 7 1B 32 2D 10 2B
Octal 200 167 135 0 7 33 62 55 20 53
Binary 10000000 1110111 1011101 0 111 11011 110010 101101 10000 101011

Color Harmonies of #80775D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80775D

Black with #80775D

Text Example


Text Example

White with #80775D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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