Html Css Color HEX #7C3428 Lusty

📋 copy color: '#7C3428'

red 124 ◦ green 52 ◦ blue 40

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

Shades of Lusty #7C3428

Tints of Lusty #7C3428

RGB

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

 GREEN value IS 52 (20.7% from 255) = 24.07%

 BLUE value IS 40 (16.02% from 255) = 18.52%

R = 57.41%
G = 24.07%
B = 18.52%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.68

 K value IS 0.51

RGB Variations

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

Color information

#7C3428 (or 0x7C3428) is known color: Lusty. HEX triplet: 7C, 34 and 28. RGB value is (124,52,40). Sum of RGB (Red+Green+Blue) = 124+52+40=216 (28% of max value = 765). Red value is 124 (48.83% from 255 or 57.41% from 216); Green value is 52 (20.70% from 255 or 24.07% from 216); Blue value is 40 (16.02% from 255 or 18.52% from 216); Max value from RGB is 124 - color contains mainly: red. Hex color #7C3428 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7C3428 is #83CBD7. Grayscale: #484848. Windows color (decimal): -8637400 or 2634876. OLE color: 2634876.

HSL color Cylindrical-coordinate representation of color #7C3428: hue angle of 8.57º 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 #7C3428 is Cyan = 0, Magento = 0.58, Yellow = 0.68 and Black (K on CMYK) = 0.51.

Color convert

RGB 124 52 40 -
CMYK 0 0.58 0.68 0.51
HSL 8.57º 0.51% 0.32% -
HSV(B) 8.57º 0.68% 0.49% -
XYZ 9.92 6.89 2.82 -
YUV 72.16 109.85 164.98 -
System Red Green Blue C M Y K H S L
Decimal 124 52 40 0 0.58 0.68 0.51 8.57 0.51 0.32
Hex 7C 34 28 0 3A 44 33 9 33 20
Octal 174 64 50 0 72 104 63 11 63 40
Binary 1111100 110100 101000 0 111010 1000100 110011 1001 110011 100000

Color Harmonies of #7C3428

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C3428

Black with #7C3428

Text Example


Text Example

White with #7C3428

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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