#7B5952

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

Shades of Russett #7B5952

Tints of Russett #7B5952

Color information

#7B5952 (or 0x7B5952) is unknown color: approx Russett. HEX triplet: 7B, 59 and 52. RGB value is (123,89,82). Sum of RGB (Red+Green+Blue) = 123+89+82=294 (38% of max value = 765). Red value is 123 (48.44% from 255 or 41.84% from 294); Green value is 89 (35.16% from 255 or 30.27% from 294); Blue value is 82 (32.42% from 255 or 27.89% from 294); Max value from RGB is 123 - color contains mainly: red. Hex color #7B5952 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7B5952 is #84A6AD. Grayscale: #626262. Windows color (decimal): -8693422 or 5396859. OLE color: 5396859.

HSL color Cylindrical-coordinate representation of color #7B5952: hue angle of 10.24º degrees, saturation: 0.2, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #7B5952 is Cyan = 0, Magento = 0.28, Yellow = 0.33 and Black (K on CMYK) = 0.52.

Color convert

RGB1238982-
CMYK00.280.330.52
HSL10.24º20%40.2%-
HSV(B)10.24º33.33%48.24%-
XYZ13.2611.969.59-
YUV98.37118.76145.57-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 41.84%
GREEN value IS 89 (35.16% from 255) = 30.27%
BLUE value IS 82 (32.42% from 255) = 27.89%
R=41.84%
G=30.27%
B=27.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.33
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal123898200.280.330.5210.242040.2
Hex7B595201C2134a1428
Octal1731311220344164122450
Binary111101110110011010010011100100001110100101010100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B5952

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,89,82); }

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

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

 a { background-color: rgb(123,89,82); }

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

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

 span { border-color: rgb(123,89,82); }

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