#7B342F

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

Shades of Lusty #7B342F

Tints of Lusty #7B342F

Color information

#7B342F (or 0x7B342F) is unknown color: approx Lusty. HEX triplet: 7B, 34 and 2F. RGB value is (123,52,47). Sum of RGB (Red+Green+Blue) = 123+52+47=222 (29% of max value = 765). Red value is 123 (48.44% from 255 or 55.41% from 222); Green value is 52 (20.70% from 255 or 23.42% from 222); Blue value is 47 (18.75% from 255 or 21.17% from 222); Max value from RGB is 123 - color contains mainly: red. Hex color #7B342F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7B342F is #84CBD0. Grayscale: #484848. Windows color (decimal): -8702929 or 3093627. OLE color: 3093627.

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

Color convert

RGB1235247-
CMYK00.580.620.52
HSL3.95º44.71%33.33%-
HSV(B)3.95º61.79%48.24%-
XYZ9.916.873.49-
YUV72.66113.52163.91-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 55.41%
GREEN value IS 52 (20.70% from 255) = 23.42%
BLUE value IS 47 (18.75% from 255) = 21.17%
R=55.41%
G=23.42%
B=21.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.62
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal123524700.580.620.523.9544.7133.33
Hex7B342F03A3E3442d21
Octal1736457072766445541
Binary11110111101001011110111010111110110100100101101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B342F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,52,47); }

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

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

 a { background-color: rgb(123,52,47); }

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

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

 span { border-color: rgb(123,52,47); }

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