Html Css Color HEX #772B29 Lusty

📋 copy color: '#772B29'

red 119 ◦ green 43 ◦ blue 41

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

Shades of Lusty #772B29

Tints of Lusty #772B29

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 20.2%

R = 58.62%
G = 21.18%
B = 20.2%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.66

 K value IS 0.53

RGB Variations

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

Color information

#772B29 (or 0x772B29) is known color: Lusty. HEX triplet: 77, 2B and 29. RGB value is (119,43,41). Sum of RGB (Red+Green+Blue) = 119+43+41=203 (26% of max value = 765). Red value is 119 (46.88% from 255 or 58.62% from 203); Green value is 43 (17.19% from 255 or 21.18% from 203); Blue value is 41 (16.41% from 255 or 20.20% from 203); Max value from RGB is 119 - color contains mainly: red. Hex color #772B29 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #772B29 is #88D4D6. Grayscale: #414141. Windows color (decimal): -8967383 or 2698103. OLE color: 2698103.

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

Color convert

RGB 119 43 41 -
CMYK 0 0.64 0.66 0.53
HSL 1.54º 0.49% 0.31% -
HSV(B) 1.54º 0.66% 0.47% -
XYZ 8.87 5.81 2.75 -
YUV 65.5 114.18 166.16 -
System Red Green Blue C M Y K H S L
Decimal 119 43 41 0 0.64 0.66 0.53 1.54 0.49 0.31
Hex 77 2B 29 0 40 42 35 2 31 1F
Octal 167 53 51 0 100 102 65 2 61 37
Binary 1110111 101011 101001 0 1000000 1000010 110101 10 110001 11111

Color Harmonies of #772B29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #772B29

Black with #772B29

Text Example


Text Example

White with #772B29

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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