#7B342C

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

Shades of Lusty #7B342C

Tints of Lusty #7B342C

Color information

#7B342C (or 0x7B342C) is unknown color: approx Lusty. HEX triplet: 7B, 34 and 2C. RGB value is (123,52,44). Sum of RGB (Red+Green+Blue) = 123+52+44=219 (29% of max value = 765). Red value is 123 (48.44% from 255 or 56.16% from 219); Green value is 52 (20.70% from 255 or 23.74% from 219); Blue value is 44 (17.58% from 255 or 20.09% from 219); Max value from RGB is 123 - color contains mainly: red. Hex color #7B342C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7B342C is #84CBD3. Grayscale: #484848. Windows color (decimal): -8702932 or 2897019. OLE color: 2897019.

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

Color convert

RGB1235244-
CMYK00.580.640.52
HSL6.08º47.31%32.75%-
HSV(B)6.08º64.23%48.24%-
XYZ9.856.853.19-
YUV72.32112.02164.15-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 56.16%
GREEN value IS 52 (20.70% from 255) = 23.74%
BLUE value IS 44 (17.58% from 255) = 20.09%
R=56.16%
G=23.74%
B=20.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.64
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal123524400.580.640.526.0847.3132.75
Hex7B342C03A403462f21
Octal17364540721006465741
Binary111101111010010110001110101000000110100110101111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B342C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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