#7D342C

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

Shades of Lusty #7D342C

Tints of Lusty #7D342C

Color information

#7D342C (or 0x7D342C) is unknown color: approx Lusty. HEX triplet: 7D, 34 and 2C. RGB value is (125,52,44). Sum of RGB (Red+Green+Blue) = 125+52+44=221 (29% of max value = 765). Red value is 125 (49.22% from 255 or 56.56% from 221); Green value is 52 (20.70% from 255 or 23.53% from 221); Blue value is 44 (17.58% from 255 or 19.91% from 221); Max value from RGB is 125 - color contains mainly: red. Hex color #7D342C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7D342C is #82CBD3. Grayscale: #494949. Windows color (decimal): -8571860 or 2897021. OLE color: 2897021.

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

Color convert

RGB1255244-
CMYK00.580.650.51
HSL5.93º47.93%33.14%-
HSV(B)5.93º64.8%49.02%-
XYZ10.1473.2-
YUV72.92111.68165.15-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 56.56%
GREEN value IS 52 (20.70% from 255) = 23.53%
BLUE value IS 44 (17.58% from 255) = 19.91%
R=56.56%
G=23.53%
B=19.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.65
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal125524400.580.650.515.9347.9333.14
Hex7D342C03A413363021
Octal17564540721016366041
Binary111110111010010110001110101000001110011110110000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D342C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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