Html Css Color HEX #772B24 Lusty

📋 copy color: '#772B24'

red 119 ◦ green 43 ◦ blue 36

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

Shades of Lusty #772B24

Tints of Lusty #772B24

RGB

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

 GREEN value IS 43 (17.19% from 255) = 21.72%

 BLUE value IS 36 (14.45% from 255) = 18.18%

R = 60.1%
G = 21.72%
B = 18.18%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.70

 K value IS 0.53

RGB Variations

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

Color information

#772B24 (or 0x772B24) is known color: Lusty. HEX triplet: 77, 2B and 24. RGB value is (119,43,36). Sum of RGB (Red+Green+Blue) = 119+43+36=198 (26% of max value = 765). Red value is 119 (46.88% from 255 or 60.10% from 198); Green value is 43 (17.19% from 255 or 21.72% from 198); Blue value is 36 (14.45% from 255 or 18.18% from 198); Max value from RGB is 119 - color contains mainly: red. Hex color #772B24 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #772B24 is #88D4DB. Grayscale: #414141. Windows color (decimal): -8967388 or 2370423. OLE color: 2370423.

HSL color Cylindrical-coordinate representation of color #772B24: hue angle of 5.06º degrees, saturation: 0.54, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #772B24 is Cyan = 0, Magento = 0.64, Yellow = 0.70 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 43 36 -
CMYK 0 0.64 0.70 0.53
HSL 5.06º 0.54% 0.3% -
HSV(B) 5.06º 0.7% 0.47% -
XYZ 8.79 5.78 2.32 -
YUV 64.93 111.68 166.57 -
System Red Green Blue C M Y K H S L
Decimal 119 43 36 0 0.64 0.70 0.53 5.06 0.54 0.3
Hex 77 2B 24 0 40 46 35 5 36 1E
Octal 167 53 44 0 100 106 65 5 66 36
Binary 1110111 101011 100100 0 1000000 1000110 110101 101 110110 11110

Color Harmonies of #772B24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #772B24

Black with #772B24

Text Example


Text Example

White with #772B24

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,43,36); }

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

background-color css

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

 a { background-color: rgb(119,43,36); }

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

border-color css

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

 span { border-color: rgb(119,43,36); }

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