Html Css Color HEX #80765E Stonewall

📋 copy color: '#80765E'

red 128 ◦ green 118 ◦ blue 94

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

Shades of Stonewall #80765E

Tints of Stonewall #80765E

RGB

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

 GREEN value IS 118 (46.48% from 255) = 34.71%

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

R = 37.65%
G = 34.71%
B = 27.65%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.27

 K value IS 0.50

RGB Variations

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

Color information

#80765E (or 0x80765E) is known color: Stonewall. HEX triplet: 80, 76 and 5E. RGB value is (128,118,94). Sum of RGB (Red+Green+Blue) = 128+118+94=340 (45% of max value = 765). Red value is 128 (50.39% from 255 or 37.65% from 340); Green value is 118 (46.48% from 255 or 34.71% from 340); Blue value is 94 (37.11% from 255 or 27.65% from 340); Max value from RGB is 128 - color contains mainly: red. Hex color #80765E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #80765E is #7F89A1. Grayscale: #767676. Windows color (decimal): -8358306 or 6190720. OLE color: 6190720.

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

Color convert

RGB 128 118 94 -
CMYK 0 0.08 0.27 0.50
HSL 42.35º 0.15% 0.44% -
HSV(B) 42.35º 0.27% 0.5% -
XYZ 17.4 18.35 13.22 -
YUV 118.25 114.31 134.95 -
System Red Green Blue C M Y K H S L
Decimal 128 118 94 0 0.08 0.27 0.50 42.35 0.15 0.44
Hex 80 76 5E 0 8 1B 32 2A F 2C
Octal 200 166 136 0 10 33 62 52 17 54
Binary 10000000 1110110 1011110 0 1000 11011 110010 101010 1111 101100

Color Harmonies of #80765E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80765E

Black with #80765E

Text Example


Text Example

White with #80765E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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