Html Css Color HEX #7C3225 Lusty

📋 copy color: '#7C3225'

red 124 ◦ green 50 ◦ blue 37

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

Shades of Lusty #7C3225

Tints of Lusty #7C3225

RGB

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

 GREEN value IS 50 (19.92% from 255) = 23.7%

 BLUE value IS 37 (14.84% from 255) = 17.54%

R = 58.77%
G = 23.7%
B = 17.54%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.70

 K value IS 0.51

RGB Variations

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

Color information

#7C3225 (or 0x7C3225) is known color: Lusty. HEX triplet: 7C, 32 and 25. RGB value is (124,50,37). Sum of RGB (Red+Green+Blue) = 124+50+37=211 (27% of max value = 765). Red value is 124 (48.83% from 255 or 58.77% from 211); Green value is 50 (19.92% from 255 or 23.70% from 211); Blue value is 37 (14.84% from 255 or 17.54% from 211); Max value from RGB is 124 - color contains mainly: red. Hex color #7C3225 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7C3225 is #83CDDA. Grayscale: #464646. Windows color (decimal): -8637915 or 2437756. OLE color: 2437756.

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

Color convert

RGB 124 50 37 -
CMYK 0 0.60 0.70 0.51
HSL 8.97º 0.54% 0.32% -
HSV(B) 8.97º 0.7% 0.49% -
XYZ 9.79 6.7 2.53 -
YUV 70.64 109.02 166.06 -
System Red Green Blue C M Y K H S L
Decimal 124 50 37 0 0.60 0.70 0.51 8.97 0.54 0.32
Hex 7C 32 25 0 3C 46 33 9 36 20
Octal 174 62 45 0 74 106 63 11 66 40
Binary 1111100 110010 100101 0 111100 1000110 110011 1001 110110 100000

Color Harmonies of #7C3225

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C3225

Black with #7C3225

Text Example


Text Example

White with #7C3225

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,50,37); }

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

background-color css

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

 a { background-color: rgb(124,50,37); }

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

border-color css

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

 span { border-color: rgb(124,50,37); }

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