Html Css Color HEX #7A3429 Lusty

📋 copy color: '#7A3429'

red 122 ◦ green 52 ◦ blue 41

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

Shades of Lusty #7A3429

Tints of Lusty #7A3429

RGB

 RED value IS 122 (48.05% from 255) = 56.74%

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

 BLUE value IS 41 (16.41% from 255) = 19.07%

R = 56.74%
G = 24.19%
B = 19.07%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.66

 K value IS 0.52

RGB Variations

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

Color information

#7A3429 (or 0x7A3429) is known color: Lusty. HEX triplet: 7A, 34 and 29. RGB value is (122,52,41). Sum of RGB (Red+Green+Blue) = 122+52+41=215 (28% of max value = 765). Red value is 122 (48.05% from 255 or 56.74% from 215); Green value is 52 (20.70% from 255 or 24.19% from 215); Blue value is 41 (16.41% from 255 or 19.07% from 215); Max value from RGB is 122 - color contains mainly: red. Hex color #7A3429 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7A3429 is #85CBD6. Grayscale: #474747. Windows color (decimal): -8768471 or 2700410. OLE color: 2700410.

HSL color Cylindrical-coordinate representation of color #7A3429: hue angle of 8.15º degrees, saturation: 0.5, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #7A3429 is Cyan = 0, Magento = 0.57, Yellow = 0.66 and Black (K on CMYK) = 0.52.

Color convert

RGB 122 52 41 -
CMYK 0 0.57 0.66 0.52
HSL 8.15º 0.5% 0.32% -
HSV(B) 8.15º 0.66% 0.48% -
XYZ 9.65 6.75 2.89 -
YUV 71.68 110.69 163.89 -
System Red Green Blue C M Y K H S L
Decimal 122 52 41 0 0.57 0.66 0.52 8.15 0.5 0.32
Hex 7A 34 29 0 39 42 34 8 32 20
Octal 172 64 51 0 71 102 64 10 62 40
Binary 1111010 110100 101001 0 111001 1000010 110100 1000 110010 100000

Color Harmonies of #7A3429

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A3429

Black with #7A3429

Text Example


Text Example

White with #7A3429

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,52,41); }

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

background-color css

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

 a { background-color: rgb(122,52,41); }

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

border-color css

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

 span { border-color: rgb(122,52,41); }

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