Html Css Color HEX #772928 Lusty

📋 copy color: '#772928'

red 119 ◦ green 41 ◦ blue 40

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

Shades of Lusty #772928

Tints of Lusty #772928

RGB

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

 GREEN value IS 41 (16.41% from 255) = 20.5%

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

R = 59.5%
G = 20.5%
B = 20%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.66

 K value IS 0.53

RGB Variations

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

Color information

#772928 (or 0x772928) is known color: Lusty. HEX triplet: 77, 29 and 28. RGB value is (119,41,40). Sum of RGB (Red+Green+Blue) = 119+41+40=200 (26% of max value = 765). Red value is 119 (46.88% from 255 or 59.5% from 200); Green value is 41 (16.41% from 255 or 20.5% from 200); Blue value is 40 (16.02% from 255 or 20% from 200); Max value from RGB is 119 - color contains mainly: red. Hex color #772928 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #772928 is #88D6D7. Grayscale: #404040. Windows color (decimal): -8967896 or 2632055. OLE color: 2632055.

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

Color convert

RGB 119 41 40 -
CMYK 0 0.66 0.66 0.53
HSL 0.76º 0.5% 0.31% -
HSV(B) 0.76º 0.66% 0.47% -
XYZ 8.78 5.66 2.64 -
YUV 64.21 114.34 167.08 -
System Red Green Blue C M Y K H S L
Decimal 119 41 40 0 0.66 0.66 0.53 0.76 0.5 0.31
Hex 77 29 28 0 42 42 35 1 32 1F
Octal 167 51 50 0 102 102 65 1 62 37
Binary 1110111 101001 101000 0 1000010 1000010 110101 1 110010 11111

Color Harmonies of #772928

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #772928

Black with #772928

Text Example


Text Example

White with #772928

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #772928; }

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

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

background-color css

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

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

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

border-color css

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

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

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