Html Css Color HEX #80765F Stonewall

📋 copy color: '#80765F'

red 128 ◦ green 118 ◦ blue 95

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

Shades of Stonewall #80765F

Tints of Stonewall #80765F

RGB

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

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

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

R = 37.54%
G = 34.6%
B = 27.86%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.26

 K value IS 0.50

RGB Variations

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

Color information

#80765F (or 0x80765F) is known color: Stonewall. HEX triplet: 80, 76 and 5F. RGB value is (128,118,95). Sum of RGB (Red+Green+Blue) = 128+118+95=341 (45% of max value = 765). Red value is 128 (50.39% from 255 or 37.54% from 341); Green value is 118 (46.48% from 255 or 34.60% from 341); Blue value is 95 (37.5% from 255 or 27.86% from 341); Max value from RGB is 128 - color contains mainly: red. Hex color #80765F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #80765F is #7F89A0. Grayscale: #767676. Windows color (decimal): -8358305 or 6256256. OLE color: 6256256.

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

Color convert

RGB 128 118 95 -
CMYK 0 0.08 0.26 0.50
HSL 41.82º 0.15% 0.44% -
HSV(B) 41.82º 0.26% 0.5% -
XYZ 17.45 18.37 13.45 -
YUV 118.37 114.81 134.87 -
System Red Green Blue C M Y K H S L
Decimal 128 118 95 0 0.08 0.26 0.50 41.82 0.15 0.44
Hex 80 76 5F 0 8 1A 32 2A F 2C
Octal 200 166 137 0 10 32 62 52 17 54
Binary 10000000 1110110 1011111 0 1000 11010 110010 101010 1111 101100

Color Harmonies of #80765F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80765F

Black with #80765F

Text Example


Text Example

White with #80765F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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