Html Css Color HEX #857758 Stonewall

📋 copy color: '#857758'

red 133 ◦ green 119 ◦ blue 88

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

Shades of Stonewall #857758

Tints of Stonewall #857758

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 25.88%

R = 39.12%
G = 35%
B = 25.88%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.34

 K value IS 0.48

RGB Variations

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

Color information

#857758 (or 0x857758) is known color: Stonewall. HEX triplet: 85, 77 and 58. RGB value is (133,119,88). Sum of RGB (Red+Green+Blue) = 133+119+88=340 (45% of max value = 765). Red value is 133 (52.34% from 255 or 39.12% from 340); Green value is 119 (46.88% from 255 or 35% from 340); Blue value is 88 (34.77% from 255 or 25.88% from 340); Max value from RGB is 133 - color contains mainly: red. Hex color #857758 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #857758 is #7A88A7. Grayscale: #777777. Windows color (decimal): -8030376 or 5797765. OLE color: 5797765.

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

Color convert

RGB 133 119 88 -
CMYK 0 0.11 0.34 0.48
HSL 41.33º 0.2% 0.43% -
HSV(B) 41.33º 0.34% 0.52% -
XYZ 18.03 18.88 11.93 -
YUV 119.65 110.14 137.52 -
System Red Green Blue C M Y K H S L
Decimal 133 119 88 0 0.11 0.34 0.48 41.33 0.2 0.43
Hex 85 77 58 0 B 22 30 29 14 2B
Octal 205 167 130 0 13 42 60 51 24 53
Binary 10000101 1110111 1011000 0 1011 100010 110000 101001 10100 101011

Color Harmonies of #857758

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #857758

Black with #857758

Text Example


Text Example

White with #857758

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #857758; }

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

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

background-color css

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

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

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

border-color css

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

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

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