Html Css Color HEX #7E322F Lusty

📋 copy color: '#7E322F'

red 126 ◦ green 50 ◦ blue 47

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

Shades of Lusty #7E322F

Tints of Lusty #7E322F

RGB

 RED value IS 126 (49.61% from 255) = 56.5%

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

 BLUE value IS 47 (18.75% from 255) = 21.08%

R = 56.5%
G = 22.42%
B = 21.08%

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

#7E322F (or 0x7E322F) is known color: Lusty. HEX triplet: 7E, 32 and 2F. RGB value is (126,50,47). Sum of RGB (Red+Green+Blue) = 126+50+47=223 (29% of max value = 765). Red value is 126 (49.61% from 255 or 56.50% from 223); Green value is 50 (19.92% from 255 or 22.42% from 223); Blue value is 47 (18.75% from 255 or 21.08% from 223); Max value from RGB is 126 - color contains mainly: red. Hex color #7E322F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7E322F is #81CDD0. Grayscale: #484848. Windows color (decimal): -8506833 or 3093118. OLE color: 3093118.

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

Color convert

RGB 126 50 47 -
CMYK 0 0.60 0.63 0.51
HSL 2.28º 0.46% 0.34% -
HSV(B) 2.28º 0.63% 0.49% -
XYZ 10.26 6.92 3.48 -
YUV 72.38 113.68 166.24 -
System Red Green Blue C M Y K H S L
Decimal 126 50 47 0 0.60 0.63 0.51 2.28 0.46 0.34
Hex 7E 32 2F 0 3C 3F 33 2 2E 22
Octal 176 62 57 0 74 77 63 2 56 42
Binary 1111110 110010 101111 0 111100 111111 110011 10 101110 100010

Color Harmonies of #7E322F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E322F

Black with #7E322F

Text Example


Text Example

White with #7E322F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,50,47); }

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

background-color css

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

 a { background-color: rgb(126,50,47); }

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

border-color css

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

 span { border-color: rgb(126,50,47); }

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