#7B6056

Color #7B6056 Russett (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Russett #7B6056

Tints of Russett #7B6056

Color information

#7B6056 (or 0x7B6056) is unknown color: approx Russett. HEX triplet: 7B, 60 and 56. RGB value is (123,96,86). Sum of RGB (Red+Green+Blue) = 123+96+86=305 (40% of max value = 765). Red value is 123 (48.44% from 255 or 40.33% from 305); Green value is 96 (37.89% from 255 or 31.48% from 305); Blue value is 86 (33.98% from 255 or 28.20% from 305); Max value from RGB is 123 - color contains mainly: red. Hex color #7B6056 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7B6056 is #849FA9. Grayscale: #676767. Windows color (decimal): -8691626 or 5660795. OLE color: 5660795.

HSL color Cylindrical-coordinate representation of color #7B6056: hue angle of 16.22º degrees, saturation: 0.18, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #7B6056 is Cyan = 0, Magento = 0.22, Yellow = 0.30 and Black (K on CMYK) = 0.52.

Color convert

RGB1239686-
CMYK00.220.300.52
HSL16.22º17.7%40.98%-
HSV(B)16.22º30.08%48.24%-
XYZ14.0313.2510.62-
YUV102.93118.45142.31-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 40.33%
GREEN value IS 96 (37.89% from 255) = 31.48%
BLUE value IS 86 (33.98% from 255) = 28.20%
R=40.33%
G=31.48%
B=28.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.30
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal123968600.220.300.5216.2217.740.98
Hex7B60560161E34101229
Octal1731401260263664202251
Binary111101111000001010110010110111101101001000010010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B6056

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7B6056; }

 p { color: rgb(123,96,86); }

 H1.HeaderClassName
 {
   color: #7B6056;
 }
 .AnyTagClassName
 {
   color: #7B6056;
 }
</style>
background-color css

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

 a { background-color: rgb(123,96,86); }

 div.DivClassName
 {
   background-color: #7B6056;
 }
 .BgClassName
 {
   background-color: #7B6056;
 }
</style>
border-color css

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

 span { border-color: rgb(123,96,86); }

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