Html Css Color HEX #772D29 Lusty

📋 copy color: '#772D29'

red 119 ◦ green 45 ◦ blue 41

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

Shades of Lusty #772D29

Tints of Lusty #772D29

RGB

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

 GREEN value IS 45 (17.97% from 255) = 21.95%

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

R = 58.05%
G = 21.95%
B = 20%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.66

 K value IS 0.53

RGB Variations

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

Color information

#772D29 (or 0x772D29) is known color: Lusty. HEX triplet: 77, 2D and 29. RGB value is (119,45,41). Sum of RGB (Red+Green+Blue) = 119+45+41=205 (27% of max value = 765). Red value is 119 (46.88% from 255 or 58.05% from 205); Green value is 45 (17.97% from 255 or 21.95% from 205); Blue value is 41 (16.41% from 255 or 20% from 205); Max value from RGB is 119 - color contains mainly: red. Hex color #772D29 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #772D29 is #88D2D6. Grayscale: #424242. Windows color (decimal): -8966871 or 2698615. OLE color: 2698615.

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

Color convert

RGB 119 45 41 -
CMYK 0 0.62 0.66 0.53
HSL 3.08º 0.49% 0.31% -
HSV(B) 3.08º 0.66% 0.47% -
XYZ 8.95 5.96 2.78 -
YUV 66.67 113.52 165.33 -
System Red Green Blue C M Y K H S L
Decimal 119 45 41 0 0.62 0.66 0.53 3.08 0.49 0.31
Hex 77 2D 29 0 3E 42 35 3 31 1F
Octal 167 55 51 0 76 102 65 3 61 37
Binary 1110111 101101 101001 0 111110 1000010 110101 11 110001 11111

Color Harmonies of #772D29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #772D29

Black with #772D29

Text Example


Text Example

White with #772D29

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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