Html Css Color HEX #772822 Lusty

📋 copy color: '#772822'

red 119 ◦ green 40 ◦ blue 34

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

Shades of Lusty #772822

Tints of Lusty #772822

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 17.62%

R = 61.66%
G = 20.73%
B = 17.62%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.71

 K value IS 0.53

RGB Variations

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

Color information

#772822 (or 0x772822) is known color: Lusty. HEX triplet: 77, 28 and 22. RGB value is (119,40,34). Sum of RGB (Red+Green+Blue) = 119+40+34=193 (25% of max value = 765). Red value is 119 (46.88% from 255 or 61.66% from 193); Green value is 40 (16.02% from 255 or 20.73% from 193); Blue value is 34 (13.67% from 255 or 17.62% from 193); Max value from RGB is 119 - color contains mainly: red. Hex color #772822 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #772822 is #88D7DD. Grayscale: #3F3F3F. Windows color (decimal): -8968158 or 2238583. OLE color: 2238583.

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

Color convert

RGB 119 40 34 -
CMYK 0 0.66 0.71 0.53
HSL 4.24º 0.56% 0.3% -
HSV(B) 4.24º 0.71% 0.47% -
XYZ 8.66 5.56 2.13 -
YUV 62.94 111.67 167.99 -
System Red Green Blue C M Y K H S L
Decimal 119 40 34 0 0.66 0.71 0.53 4.24 0.56 0.3
Hex 77 28 22 0 42 47 35 4 38 1E
Octal 167 50 42 0 102 107 65 4 70 36
Binary 1110111 101000 100010 0 1000010 1000111 110101 100 111000 11110

Color Harmonies of #772822

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #772822

Black with #772822

Text Example


Text Example

White with #772822

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #772822; }

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

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

background-color css

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

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

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

border-color css

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

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

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