Html Css Color HEX #773229 Lusty

📋 copy color: '#773229'

red 119 ◦ green 50 ◦ blue 41

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

Shades of Lusty #773229

Tints of Lusty #773229

RGB

 RED value IS 119 (46.88% from 255) = 56.67%

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

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

R = 56.67%
G = 23.81%
B = 19.52%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.66

 K value IS 0.53

RGB Variations

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

Color information

#773229 (or 0x773229) is known color: Lusty. HEX triplet: 77, 32 and 29. RGB value is (119,50,41). Sum of RGB (Red+Green+Blue) = 119+50+41=210 (27% of max value = 765). Red value is 119 (46.88% from 255 or 56.67% from 210); Green value is 50 (19.92% from 255 or 23.81% from 210); Blue value is 41 (16.41% from 255 or 19.52% from 210); Max value from RGB is 119 - color contains mainly: red. Hex color #773229 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #773229 is #88CDD6. Grayscale: #454545. Windows color (decimal): -8965591 or 2699895. OLE color: 2699895.

HSL color Cylindrical-coordinate representation of color #773229: hue angle of 6.92º degrees, saturation: 0.49, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #773229 is Cyan = 0, Magento = 0.58, Yellow = 0.66 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 50 41 -
CMYK 0 0.58 0.66 0.53
HSL 6.92º 0.49% 0.31% -
HSV(B) 6.92º 0.66% 0.47% -
XYZ 9.15 6.36 2.84 -
YUV 69.61 111.86 163.23 -
System Red Green Blue C M Y K H S L
Decimal 119 50 41 0 0.58 0.66 0.53 6.92 0.49 0.31
Hex 77 32 29 0 3A 42 35 7 31 1F
Octal 167 62 51 0 72 102 65 7 61 37
Binary 1110111 110010 101001 0 111010 1000010 110101 111 110001 11111

Color Harmonies of #773229

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #773229

Black with #773229

Text Example


Text Example

White with #773229

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #773229; }

 p { color: rgb(119,50,41); }

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

background-color css

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

 a { background-color: rgb(119,50,41); }

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

border-color css

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

 span { border-color: rgb(119,50,41); }

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