Html Css Color HEX #7C312D Lusty

📋 copy color: '#7C312D'

red 124 ◦ green 49 ◦ blue 45

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

Shades of Lusty #7C312D

Tints of Lusty #7C312D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 20.64%

R = 56.88%
G = 22.48%
B = 20.64%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.64

 K value IS 0.51

RGB Variations

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

Color information

#7C312D (or 0x7C312D) is known color: Lusty. HEX triplet: 7C, 31 and 2D. RGB value is (124,49,45). Sum of RGB (Red+Green+Blue) = 124+49+45=218 (28% of max value = 765). Red value is 124 (48.83% from 255 or 56.88% from 218); Green value is 49 (19.53% from 255 or 22.48% from 218); Blue value is 45 (17.97% from 255 or 20.64% from 218); Max value from RGB is 124 - color contains mainly: red. Hex color #7C312D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7C312D is #83CED2. Grayscale: #474747. Windows color (decimal): -8638163 or 2961788. OLE color: 2961788.

HSL color Cylindrical-coordinate representation of color #7C312D: hue angle of 3.04º degrees, saturation: 0.47, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #7C312D is Cyan = 0, Magento = 0.60, Yellow = 0.64 and Black (K on CMYK) = 0.51.

Color convert

RGB 124 49 45 -
CMYK 0 0.60 0.64 0.51
HSL 3.04º 0.47% 0.33% -
HSV(B) 3.04º 0.64% 0.49% -
XYZ 9.88 6.67 3.25 -
YUV 70.97 113.35 165.83 -
System Red Green Blue C M Y K H S L
Decimal 124 49 45 0 0.60 0.64 0.51 3.04 0.47 0.33
Hex 7C 31 2D 0 3C 40 33 3 2F 21
Octal 174 61 55 0 74 100 63 3 57 41
Binary 1111100 110001 101101 0 111100 1000000 110011 11 101111 100001

Color Harmonies of #7C312D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C312D

Black with #7C312D

Text Example


Text Example

White with #7C312D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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