Html Css Color HEX #7D342C Lusty

📋 copy color: '#7D342C'

red 125 ◦ green 52 ◦ blue 44

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

Shades of Lusty #7D342C

Tints of Lusty #7D342C

RGB

 RED value IS 125 (49.22% from 255) = 56.56%

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

 BLUE value IS 44 (17.58% from 255) = 19.91%

R = 56.56%
G = 23.53%
B = 19.91%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.65

 K value IS 0.51

RGB Variations

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

Color information

#7D342C (or 0x7D342C) is known color: Lusty. HEX triplet: 7D, 34 and 2C. RGB value is (125,52,44). Sum of RGB (Red+Green+Blue) = 125+52+44=221 (29% of max value = 765). Red value is 125 (49.22% from 255 or 56.56% from 221); Green value is 52 (20.70% from 255 or 23.53% from 221); Blue value is 44 (17.58% from 255 or 19.91% from 221); Max value from RGB is 125 - color contains mainly: red. Hex color #7D342C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7D342C is #82CBD3. Grayscale: #494949. Windows color (decimal): -8571860 or 2897021. OLE color: 2897021.

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

Color convert

RGB 125 52 44 -
CMYK 0 0.58 0.65 0.51
HSL 5.93º 0.48% 0.33% -
HSV(B) 5.93º 0.65% 0.49% -
XYZ 10.14 7 3.2 -
YUV 72.92 111.68 165.15 -
System Red Green Blue C M Y K H S L
Decimal 125 52 44 0 0.58 0.65 0.51 5.93 0.48 0.33
Hex 7D 34 2C 0 3A 41 33 6 30 21
Octal 175 64 54 0 72 101 63 6 60 41
Binary 1111101 110100 101100 0 111010 1000001 110011 110 110000 100001

Color Harmonies of #7D342C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D342C

Black with #7D342C

Text Example


Text Example

White with #7D342C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,52,44); }

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

background-color css

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

 a { background-color: rgb(125,52,44); }

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

border-color css

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

 span { border-color: rgb(125,52,44); }

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