Html Css Color HEX #772821 Lusty

📋 copy color: '#772821'

red 119 ◦ green 40 ◦ blue 33

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

Shades of Lusty #772821

Tints of Lusty #772821

RGB

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

 GREEN value IS 40 (16.02% from 255) = 20.83%

 BLUE value IS 33 (13.28% from 255) = 17.19%

R = 61.98%
G = 20.83%
B = 17.19%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.72

 K value IS 0.53

RGB Variations

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

Color information

#772821 (or 0x772821) is known color: Lusty. HEX triplet: 77, 28 and 21. RGB value is (119,40,33). Sum of RGB (Red+Green+Blue) = 119+40+33=192 (25% of max value = 765). Red value is 119 (46.88% from 255 or 61.98% from 192); Green value is 40 (16.02% from 255 or 20.83% from 192); Blue value is 33 (13.28% from 255 or 17.19% from 192); Max value from RGB is 119 - color contains mainly: red. Hex color #772821 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #772821 is #88D7DE. Grayscale: #3E3E3E. Windows color (decimal): -8968159 or 2173047. OLE color: 2173047.

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

Color convert

RGB 119 40 33 -
CMYK 0 0.66 0.72 0.53
HSL 4.88º 0.57% 0.3% -
HSV(B) 4.88º 0.72% 0.47% -
XYZ 8.64 5.55 2.05 -
YUV 62.82 111.17 168.07 -
System Red Green Blue C M Y K H S L
Decimal 119 40 33 0 0.66 0.72 0.53 4.88 0.57 0.3
Hex 77 28 21 0 42 48 35 5 39 1E
Octal 167 50 41 0 102 110 65 5 71 36
Binary 1110111 101000 100001 0 1000010 1001000 110101 101 111001 11110

Color Harmonies of #772821

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #772821

Black with #772821

Text Example


Text Example

White with #772821

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #772821; }

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

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

background-color css

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

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

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

border-color css

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

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

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