#7C2C2A

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

Shades of Lusty #7C2C2A

Tints of Lusty #7C2C2A

Color information

#7C2C2A (or 0x7C2C2A) is unknown color: approx Lusty. HEX triplet: 7C, 2C and 2A. RGB value is (124,44,42). Sum of RGB (Red+Green+Blue) = 124+44+42=210 (27% of max value = 765). Red value is 124 (48.83% from 255 or 59.05% from 210); Green value is 44 (17.58% from 255 or 20.95% from 210); Blue value is 42 (16.80% from 255 or 20% from 210); Max value from RGB is 124 - color contains mainly: red. Hex color #7C2C2A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7C2C2A is #83D3D5. Grayscale: #434343. Windows color (decimal): -8639446 or 2763900. OLE color: 2763900.

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

Color convert

RGB1244442-
CMYK00.650.660.51
HSL1.46º49.4%32.55%-
HSV(B)1.46º66.13%48.63%-
XYZ9.636.252.89-
YUV67.69113.5168.16-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 59.05%
GREEN value IS 44 (17.58% from 255) = 20.95%
BLUE value IS 42 (16.80% from 255) = 20%
R=59.05%
G=20.95%
B=20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.66
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal124444200.650.660.511.4649.432.55
Hex7C2C2A041423313121
Octal174545201011026316141
Binary11111001011001010100100000110000101100111110001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C2C2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,44,42); }

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

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

 a { background-color: rgb(124,44,42); }

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

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

 span { border-color: rgb(124,44,42); }

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