Html Css Color HEX #807761 Stonewall

📋 copy color: '#807761'

red 128 ◦ green 119 ◦ blue 97

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

Shades of Stonewall #807761

Tints of Stonewall #807761

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 28.2%

R = 37.21%
G = 34.59%
B = 28.2%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.24

 K value IS 0.50

RGB Variations

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

Color information

#807761 (or 0x807761) is known color: Stonewall. HEX triplet: 80, 77 and 61. RGB value is (128,119,97). Sum of RGB (Red+Green+Blue) = 128+119+97=344 (45% of max value = 765). Red value is 128 (50.39% from 255 or 37.21% from 344); Green value is 119 (46.88% from 255 or 34.59% from 344); Blue value is 97 (38.28% from 255 or 28.20% from 344); Max value from RGB is 128 - color contains mainly: red. Hex color #807761 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #807761 is #7F889E. Grayscale: #777777. Windows color (decimal): -8358047 or 6387584. OLE color: 6387584.

HSL color Cylindrical-coordinate representation of color #807761: hue angle of 42.58º degrees, saturation: 0.14, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #807761 is Cyan = 0, Magento = 0.07, Yellow = 0.24 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 119 97 -
CMYK 0 0.07 0.24 0.50
HSL 42.58º 0.14% 0.44% -
HSV(B) 42.58º 0.24% 0.5% -
XYZ 17.66 18.65 13.98 -
YUV 119.18 115.48 134.29 -
System Red Green Blue C M Y K H S L
Decimal 128 119 97 0 0.07 0.24 0.50 42.58 0.14 0.44
Hex 80 77 61 0 7 18 32 2B E 2C
Octal 200 167 141 0 7 30 62 53 16 54
Binary 10000000 1110111 1100001 0 111 11000 110010 101011 1110 101100

Color Harmonies of #807761

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #807761

Black with #807761

Text Example


Text Example

White with #807761

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #807761; }

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

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

background-color css

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

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

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

border-color css

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

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

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