Html Css Color HEX #7C312A Lusty

📋 copy color: '#7C312A'

red 124 ◦ green 49 ◦ blue 42

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

Shades of Lusty #7C312A

Tints of Lusty #7C312A

RGB

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

 GREEN value IS 49 (19.53% from 255) = 22.79%

 BLUE value IS 42 (16.8% from 255) = 19.53%

R = 57.67%
G = 22.79%
B = 19.53%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.66

 K value IS 0.51

RGB Variations

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

Color information

#7C312A (or 0x7C312A) is known color: Lusty. HEX triplet: 7C, 31 and 2A. RGB value is (124,49,42). Sum of RGB (Red+Green+Blue) = 124+49+42=215 (28% of max value = 765). Red value is 124 (48.83% from 255 or 57.67% from 215); Green value is 49 (19.53% from 255 or 22.79% from 215); Blue value is 42 (16.80% from 255 or 19.53% from 215); Max value from RGB is 124 - color contains mainly: red. Hex color #7C312A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7C312A is #83CED5. Grayscale: #464646. Windows color (decimal): -8638166 or 2765180. OLE color: 2765180.

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

Color convert

RGB 124 49 42 -
CMYK 0 0.60 0.66 0.51
HSL 5.12º 0.49% 0.33% -
HSV(B) 5.12º 0.66% 0.49% -
XYZ 9.83 6.65 2.96 -
YUV 70.63 111.85 166.07 -
System Red Green Blue C M Y K H S L
Decimal 124 49 42 0 0.60 0.66 0.51 5.12 0.49 0.33
Hex 7C 31 2A 0 3C 42 33 5 31 21
Octal 174 61 52 0 74 102 63 5 61 41
Binary 1111100 110001 101010 0 111100 1000010 110011 101 110001 100001

Color Harmonies of #7C312A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C312A

Black with #7C312A

Text Example


Text Example

White with #7C312A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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