#7C2827

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

Shades of Lusty #7C2827

Tints of Lusty #7C2827

Color information

#7C2827 (or 0x7C2827) is unknown color: approx Lusty. HEX triplet: 7C, 28 and 27. RGB value is (124,40,39). Sum of RGB (Red+Green+Blue) = 124+40+39=203 (26% of max value = 765). Red value is 124 (48.83% from 255 or 61.08% from 203); Green value is 40 (16.02% from 255 or 19.70% from 203); Blue value is 39 (15.62% from 255 or 19.21% from 203); Max value from RGB is 124 - color contains mainly: red. Hex color #7C2827 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7C2827 is #83D7D8. Grayscale: #414141. Windows color (decimal): -8640473 or 2566268. OLE color: 2566268.

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

Color convert

RGB1244039-
CMYK00.680.690.51
HSL0.71º52.15%31.96%-
HSV(B)0.71º68.55%48.63%-
XYZ9.445.952.57-
YUV65113.33170.08-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 61.08%
GREEN value IS 40 (16.02% from 255) = 19.70%
BLUE value IS 39 (15.62% from 255) = 19.21%
R=61.08%
G=19.70%
B=19.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.69
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal124403900.680.690.510.7152.1531.96
Hex7C2827044453313420
Octal174504701041056316440
Binary11111001010001001110100010010001011100111110100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C2827

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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