Html Css Color HEX #7D3328 Lusty

📋 copy color: '#7D3328'

red 125 ◦ green 51 ◦ blue 40

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

Shades of Lusty #7D3328

Tints of Lusty #7D3328

RGB

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

 GREEN value IS 51 (20.31% from 255) = 23.61%

 BLUE value IS 40 (16.02% from 255) = 18.52%

R = 57.87%
G = 23.61%
B = 18.52%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.68

 K value IS 0.51

RGB Variations

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

Color information

#7D3328 (or 0x7D3328) is known color: Lusty. HEX triplet: 7D, 33 and 28. RGB value is (125,51,40). Sum of RGB (Red+Green+Blue) = 125+51+40=216 (28% of max value = 765). Red value is 125 (49.22% from 255 or 57.87% from 216); Green value is 51 (20.31% from 255 or 23.61% from 216); Blue value is 40 (16.02% from 255 or 18.52% from 216); Max value from RGB is 125 - color contains mainly: red. Hex color #7D3328 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7D3328 is #82CCD7. Grayscale: #474747. Windows color (decimal): -8572120 or 2634621. OLE color: 2634621.

HSL color Cylindrical-coordinate representation of color #7D3328: hue angle of 7.76º degrees, saturation: 0.52, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #7D3328 is Cyan = 0, Magento = 0.59, Yellow = 0.68 and Black (K on CMYK) = 0.51.

Color convert

RGB 125 51 40 -
CMYK 0 0.59 0.68 0.51
HSL 7.76º 0.52% 0.32% -
HSV(B) 7.76º 0.68% 0.49% -
XYZ 10.02 6.88 2.81 -
YUV 71.87 110.02 165.89 -
System Red Green Blue C M Y K H S L
Decimal 125 51 40 0 0.59 0.68 0.51 7.76 0.52 0.32
Hex 7D 33 28 0 3B 44 33 8 34 20
Octal 175 63 50 0 73 104 63 10 64 40
Binary 1111101 110011 101000 0 111011 1000100 110011 1000 110100 100000

Color Harmonies of #7D3328

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D3328

Black with #7D3328

Text Example


Text Example

White with #7D3328

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,51,40); }

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

background-color css

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

 a { background-color: rgb(125,51,40); }

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

border-color css

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

 span { border-color: rgb(125,51,40); }

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