#7C3328

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

Shades of Lusty #7C3328

Tints of Lusty #7C3328

Color information

#7C3328 (or 0x7C3328) is unknown color: approx Lusty. HEX triplet: 7C, 33 and 28. RGB value is (124,51,40). Sum of RGB (Red+Green+Blue) = 124+51+40=215 (28% of max value = 765). Red value is 124 (48.83% from 255 or 57.67% from 215); Green value is 51 (20.31% from 255 or 23.72% from 215); Blue value is 40 (16.02% from 255 or 18.60% from 215); Max value from RGB is 124 - color contains mainly: red. Hex color #7C3328 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7C3328 is #83CCD7. Grayscale: #474747. Windows color (decimal): -8637656 or 2634620. OLE color: 2634620.

HSL color Cylindrical-coordinate representation of color #7C3328: hue angle of 7.86º degrees, saturation: 0.51, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #7C3328 is Cyan = 0, Magento = 0.59, Yellow = 0.68 and Black (K on CMYK) = 0.51.

Color convert

RGB1245140-
CMYK00.590.680.51
HSL7.86º51.22%32.16%-
HSV(B)7.86º67.74%48.63%-
XYZ9.886.812.8-
YUV71.57110.18165.39-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 57.67%
GREEN value IS 51 (20.31% from 255) = 23.72%
BLUE value IS 40 (16.02% from 255) = 18.60%
R=57.67%
G=23.72%
B=18.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.68
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal124514000.590.680.517.8651.2232.16
Hex7C332803B443383320
Octal174635007310463106340
Binary1111100110011101000011101110001001100111000110011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C3328

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,51,40); }

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

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

 a { background-color: rgb(124,51,40); }

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

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

 span { border-color: rgb(124,51,40); }

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