#7B5C52

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

Shades of Russett #7B5C52

Tints of Russett #7B5C52

Color information

#7B5C52 (or 0x7B5C52) is unknown color: approx Russett. HEX triplet: 7B, 5C and 52. RGB value is (123,92,82). Sum of RGB (Red+Green+Blue) = 123+92+82=297 (39% of max value = 765). Red value is 123 (48.44% from 255 or 41.41% from 297); Green value is 92 (36.33% from 255 or 30.98% from 297); Blue value is 82 (32.42% from 255 or 27.61% from 297); Max value from RGB is 123 - color contains mainly: red. Hex color #7B5C52 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7B5C52 is #84A3AD. Grayscale: #646464. Windows color (decimal): -8692654 or 5397627. OLE color: 5397627.

HSL color Cylindrical-coordinate representation of color #7B5C52: hue angle of 14.63º 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 #7B5C52 is Cyan = 0, Magento = 0.25, Yellow = 0.33 and Black (K on CMYK) = 0.52.

Color convert

RGB1239282-
CMYK00.250.330.52
HSL14.63º20%40.2%-
HSV(B)14.63º33.33%48.24%-
XYZ13.5212.479.68-
YUV100.13117.77144.31-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 41.41%
GREEN value IS 92 (36.33% from 255) = 30.98%
BLUE value IS 82 (32.42% from 255) = 27.61%
R=41.41%
G=30.98%
B=27.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.33
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal123928200.250.330.5214.632040.2
Hex7B5C520192134f1428
Octal1731341220314164172450
Binary111101110111001010010011001100001110100111110100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B5C52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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