Html Css Color HEX #773532 Lusty

📋 copy color: '#773532'

red 119 ◦ green 53 ◦ blue 50

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

Shades of Lusty #773532

Tints of Lusty #773532

RGB

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

 GREEN value IS 53 (21.09% from 255) = 23.87%

 BLUE value IS 50 (19.92% from 255) = 22.52%

R = 53.6%
G = 23.87%
B = 22.52%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.58

 K value IS 0.53

RGB Variations

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

Color information

#773532 (or 0x773532) is known color: Lusty. HEX triplet: 77, 35 and 32. RGB value is (119,53,50). Sum of RGB (Red+Green+Blue) = 119+53+50=222 (29% of max value = 765). Red value is 119 (46.88% from 255 or 53.60% from 222); Green value is 53 (21.09% from 255 or 23.87% from 222); Blue value is 50 (19.92% from 255 or 22.52% from 222); Max value from RGB is 119 - color contains mainly: red. Hex color #773532 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #773532 is #88CACD. Grayscale: #484848. Windows color (decimal): -8964814 or 3290487. OLE color: 3290487.

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

Color convert

RGB 119 53 50 -
CMYK 0 0.55 0.58 0.53
HSL 2.61º 0.41% 0.33% -
HSV(B) 2.61º 0.58% 0.47% -
XYZ 9.46 6.7 3.81 -
YUV 72.39 115.37 161.24 -
System Red Green Blue C M Y K H S L
Decimal 119 53 50 0 0.55 0.58 0.53 2.61 0.41 0.33
Hex 77 35 32 0 37 3A 35 3 29 21
Octal 167 65 62 0 67 72 65 3 51 41
Binary 1110111 110101 110010 0 110111 111010 110101 11 101001 100001

Color Harmonies of #773532

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #773532

Black with #773532

Text Example


Text Example

White with #773532

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #773532; }

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

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

background-color css

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

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

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

border-color css

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

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

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