Html Css Color HEX #773128 Lusty

📋 copy color: '#773128'

red 119 ◦ green 49 ◦ blue 40

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

Shades of Lusty #773128

Tints of Lusty #773128

RGB

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

 GREEN value IS 49 (19.53% from 255) = 23.56%

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

R = 57.21%
G = 23.56%
B = 19.23%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.66

 K value IS 0.53

RGB Variations

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

Color information

#773128 (or 0x773128) is known color: Lusty. HEX triplet: 77, 31 and 28. RGB value is (119,49,40). Sum of RGB (Red+Green+Blue) = 119+49+40=208 (27% of max value = 765). Red value is 119 (46.88% from 255 or 57.21% from 208); Green value is 49 (19.53% from 255 or 23.56% from 208); Blue value is 40 (16.02% from 255 or 19.23% from 208); Max value from RGB is 119 - color contains mainly: red. Hex color #773128 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #773128 is #88CED7. Grayscale: #454545. Windows color (decimal): -8965848 or 2634103. OLE color: 2634103.

HSL color Cylindrical-coordinate representation of color #773128: hue angle of 6.84º degrees, saturation: 0.5, 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 #773128 is Cyan = 0, Magento = 0.59, Yellow = 0.66 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 49 40 -
CMYK 0 0.59 0.66 0.53
HSL 6.84º 0.5% 0.31% -
HSV(B) 6.84º 0.66% 0.47% -
XYZ 9.09 6.27 2.74 -
YUV 68.9 111.69 163.73 -
System Red Green Blue C M Y K H S L
Decimal 119 49 40 0 0.59 0.66 0.53 6.84 0.5 0.31
Hex 77 31 28 0 3B 42 35 7 32 1F
Octal 167 61 50 0 73 102 65 7 62 37
Binary 1110111 110001 101000 0 111011 1000010 110101 111 110010 11111

Color Harmonies of #773128

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #773128

Black with #773128

Text Example


Text Example

White with #773128

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #773128; }

 p { color: rgb(119,49,40); }

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

background-color css

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

 a { background-color: rgb(119,49,40); }

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

border-color css

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

 span { border-color: rgb(119,49,40); }

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