Html Css Color HEX #7C312E Lusty

📋 copy color: '#7C312E'

red 124 ◦ green 49 ◦ blue 46

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

Shades of Lusty #7C312E

Tints of Lusty #7C312E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 21%

R = 56.62%
G = 22.37%
B = 21%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.63

 K value IS 0.51

RGB Variations

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

Color information

#7C312E (or 0x7C312E) is known color: Lusty. HEX triplet: 7C, 31 and 2E. RGB value is (124,49,46). Sum of RGB (Red+Green+Blue) = 124+49+46=219 (29% of max value = 765). Red value is 124 (48.83% from 255 or 56.62% from 219); Green value is 49 (19.53% from 255 or 22.37% from 219); Blue value is 46 (18.36% from 255 or 21.00% from 219); Max value from RGB is 124 - color contains mainly: red. Hex color #7C312E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7C312E is #83CED1. Grayscale: #474747. Windows color (decimal): -8638162 or 3027324. OLE color: 3027324.

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

Color convert

RGB 124 49 46 -
CMYK 0 0.60 0.63 0.51
HSL 2.31º 0.46% 0.33% -
HSV(B) 2.31º 0.63% 0.49% -
XYZ 9.9 6.68 3.35 -
YUV 71.08 113.85 165.74 -
System Red Green Blue C M Y K H S L
Decimal 124 49 46 0 0.60 0.63 0.51 2.31 0.46 0.33
Hex 7C 31 2E 0 3C 3F 33 2 2E 21
Octal 174 61 56 0 74 77 63 2 56 41
Binary 1111100 110001 101110 0 111100 111111 110011 10 101110 100001

Color Harmonies of #7C312E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C312E

Black with #7C312E

Text Example


Text Example

White with #7C312E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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