Html Css Color HEX #772C22 Lusty

📋 copy color: '#772C22'

red 119 ◦ green 44 ◦ blue 34

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

Shades of Lusty #772C22

Tints of Lusty #772C22

RGB

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

 GREEN value IS 44 (17.58% from 255) = 22.34%

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

R = 60.41%
G = 22.34%
B = 17.26%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.71

 K value IS 0.53

RGB Variations

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

Color information

#772C22 (or 0x772C22) is known color: Lusty. HEX triplet: 77, 2C and 22. RGB value is (119,44,34). Sum of RGB (Red+Green+Blue) = 119+44+34=197 (26% of max value = 765). Red value is 119 (46.88% from 255 or 60.41% from 197); Green value is 44 (17.58% from 255 or 22.34% from 197); Blue value is 34 (13.67% from 255 or 17.26% from 197); Max value from RGB is 119 - color contains mainly: red. Hex color #772C22 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #772C22 is #88D3DD. Grayscale: #414141. Windows color (decimal): -8967134 or 2239607. OLE color: 2239607.

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

Color convert

RGB 119 44 34 -
CMYK 0 0.63 0.71 0.53
HSL 7.06º 0.56% 0.3% -
HSV(B) 7.06º 0.71% 0.47% -
XYZ 8.8 5.84 2.18 -
YUV 65.29 110.35 166.31 -
System Red Green Blue C M Y K H S L
Decimal 119 44 34 0 0.63 0.71 0.53 7.06 0.56 0.3
Hex 77 2C 22 0 3F 47 35 7 38 1E
Octal 167 54 42 0 77 107 65 7 70 36
Binary 1110111 101100 100010 0 111111 1000111 110101 111 111000 11110

Color Harmonies of #772C22

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #772C22

Black with #772C22

Text Example


Text Example

White with #772C22

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #772C22; }

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

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

background-color css

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

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

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

border-color css

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

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

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