Html Css Color HEX #7C3529 Lusty

📋 copy color: '#7C3529'

red 124 ◦ green 53 ◦ blue 41

#7C3529
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lusty #7C3529

Tints of Lusty #7C3529

RGB

 RED value IS 124 (48.83% from 255) = 56.88%

 GREEN value IS 53 (21.09% from 255) = 24.31%

 BLUE value IS 41 (16.41% from 255) = 18.81%

R = 56.88%
G = 24.31%
B = 18.81%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.67

 K value IS 0.51

RGB Variations

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

Color information

#7C3529 (or 0x7C3529) is known color: Lusty. HEX triplet: 7C, 35 and 29. RGB value is (124,53,41). Sum of RGB (Red+Green+Blue) = 124+53+41=218 (28% of max value = 765). Red value is 124 (48.83% from 255 or 56.88% from 218); Green value is 53 (21.09% from 255 or 24.31% from 218); Blue value is 41 (16.41% from 255 or 18.81% from 218); Max value from RGB is 124 - color contains mainly: red. Hex color #7C3529 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7C3529 is #83CAD6. Grayscale: #484848. Windows color (decimal): -8637143 or 2700668. OLE color: 2700668.

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

Color convert

RGB 124 53 41 -
CMYK 0 0.57 0.67 0.51
HSL 8.67º 0.5% 0.32% -
HSV(B) 8.67º 0.67% 0.49% -
XYZ 9.99 6.99 2.92 -
YUV 72.86 110.02 164.48 -
System Red Green Blue C M Y K H S L
Decimal 124 53 41 0 0.57 0.67 0.51 8.67 0.5 0.32
Hex 7C 35 29 0 39 43 33 9 32 20
Octal 174 65 51 0 71 103 63 11 62 40
Binary 1111100 110101 101001 0 111001 1000011 110011 1001 110010 100000

Color Harmonies of #7C3529

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C3529

Black with #7C3529

Text Example


Text Example

White with #7C3529

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,53,41); }

 H1.HeaderClassName
 {
   color: #7C3529;
 }
 .AnyTagClassName
 {
   color: #7C3529;
 }
</style>

background-color css

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

 a { background-color: rgb(124,53,41); }

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

border-color css

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

 span { border-color: rgb(124,53,41); }

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