Html Css Color HEX #857760 Stonewall

📋 copy color: '#857760'

red 133 ◦ green 119 ◦ blue 96

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

Shades of Stonewall #857760

Tints of Stonewall #857760

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 27.59%

R = 38.22%
G = 34.2%
B = 27.59%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.28

 K value IS 0.48

RGB Variations

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

Color information

#857760 (or 0x857760) is known color: Stonewall. HEX triplet: 85, 77 and 60. RGB value is (133,119,96). Sum of RGB (Red+Green+Blue) = 133+119+96=348 (46% of max value = 765). Red value is 133 (52.34% from 255 or 38.22% from 348); Green value is 119 (46.88% from 255 or 34.20% from 348); Blue value is 96 (37.89% from 255 or 27.59% from 348); Max value from RGB is 133 - color contains mainly: red. Hex color #857760 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #857760 is #7A889F. Grayscale: #787878. Windows color (decimal): -8030368 or 6322053. OLE color: 6322053.

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

Color convert

RGB 133 119 96 -
CMYK 0 0.11 0.28 0.48
HSL 37.3º 0.16% 0.45% -
HSV(B) 37.3º 0.28% 0.52% -
XYZ 18.38 19.02 13.77 -
YUV 120.56 114.14 136.87 -
System Red Green Blue C M Y K H S L
Decimal 133 119 96 0 0.11 0.28 0.48 37.3 0.16 0.45
Hex 85 77 60 0 B 1C 30 25 10 2D
Octal 205 167 140 0 13 34 60 45 20 55
Binary 10000101 1110111 1100000 0 1011 11100 110000 100101 10000 101101

Color Harmonies of #857760

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #857760

Black with #857760

Text Example


Text Example

White with #857760

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #857760; }

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

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

background-color css

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

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

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

border-color css

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

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

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