Html Css Color HEX #7E342F Lusty

📋 copy color: '#7E342F'

red 126 ◦ green 52 ◦ blue 47

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

Shades of Lusty #7E342F

Tints of Lusty #7E342F

RGB

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

 GREEN value IS 52 (20.7% from 255) = 23.11%

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

R = 56%
G = 23.11%
B = 20.89%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.63

 K value IS 0.51

RGB Variations

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

Color information

#7E342F (or 0x7E342F) is known color: Lusty. HEX triplet: 7E, 34 and 2F. RGB value is (126,52,47). Sum of RGB (Red+Green+Blue) = 126+52+47=225 (29% of max value = 765). Red value is 126 (49.61% from 255 or 56% from 225); Green value is 52 (20.70% from 255 or 23.11% from 225); Blue value is 47 (18.75% from 255 or 20.89% from 225); Max value from RGB is 126 - color contains mainly: red. Hex color #7E342F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7E342F is #81CBD0. Grayscale: #494949. Windows color (decimal): -8506321 or 3093630. OLE color: 3093630.

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

Color convert

RGB 126 52 47 -
CMYK 0 0.59 0.63 0.51
HSL 3.8º 0.46% 0.34% -
HSV(B) 3.8º 0.63% 0.49% -
XYZ 10.35 7.1 3.51 -
YUV 73.56 113.02 165.41 -
System Red Green Blue C M Y K H S L
Decimal 126 52 47 0 0.59 0.63 0.51 3.8 0.46 0.34
Hex 7E 34 2F 0 3B 3F 33 4 2E 22
Octal 176 64 57 0 73 77 63 4 56 42
Binary 1111110 110100 101111 0 111011 111111 110011 100 101110 100010

Color Harmonies of #7E342F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E342F

Black with #7E342F

Text Example


Text Example

White with #7E342F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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