Html Css Color HEX #857761 Stonewall

📋 copy color: '#857761'

red 133 ◦ green 119 ◦ blue 97

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

Shades of Stonewall #857761

Tints of Stonewall #857761

RGB

 RED value IS 133 (52.34% from 255) = 38.11%

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

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

R = 38.11%
G = 34.1%
B = 27.79%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.27

 K value IS 0.48

RGB Variations

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

Color information

#857761 (or 0x857761) is known color: Stonewall. HEX triplet: 85, 77 and 61. RGB value is (133,119,97). Sum of RGB (Red+Green+Blue) = 133+119+97=349 (46% of max value = 765). Red value is 133 (52.34% from 255 or 38.11% from 349); Green value is 119 (46.88% from 255 or 34.10% from 349); Blue value is 97 (38.28% from 255 or 27.79% from 349); Max value from RGB is 133 - color contains mainly: red. Hex color #857761 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #857761 is #7A889E. Grayscale: #787878. Windows color (decimal): -8030367 or 6387589. OLE color: 6387589.

HSL color Cylindrical-coordinate representation of color #857761: hue angle of 36.67º degrees, saturation: 0.16, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #857761 is Cyan = 0, Magento = 0.11, Yellow = 0.27 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 119 97 -
CMYK 0 0.11 0.27 0.48
HSL 36.67º 0.16% 0.45% -
HSV(B) 36.67º 0.27% 0.52% -
XYZ 18.43 19.04 14.01 -
YUV 120.68 114.64 136.79 -
System Red Green Blue C M Y K H S L
Decimal 133 119 97 0 0.11 0.27 0.48 36.67 0.16 0.45
Hex 85 77 61 0 B 1B 30 25 10 2D
Octal 205 167 141 0 13 33 60 45 20 55
Binary 10000101 1110111 1100001 0 1011 11011 110000 100101 10000 101101

Color Harmonies of #857761

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #857761

Black with #857761

Text Example


Text Example

White with #857761

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #857761; }

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

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

background-color css

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

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

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

border-color css

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

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

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