Html Css Color HEX #772F29 Lusty

📋 copy color: '#772F29'

red 119 ◦ green 47 ◦ blue 41

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

Shades of Lusty #772F29

Tints of Lusty #772F29

RGB

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

 GREEN value IS 47 (18.75% from 255) = 22.71%

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

R = 57.49%
G = 22.71%
B = 19.81%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.66

 K value IS 0.53

RGB Variations

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

Color information

#772F29 (or 0x772F29) is known color: Lusty. HEX triplet: 77, 2F and 29. RGB value is (119,47,41). Sum of RGB (Red+Green+Blue) = 119+47+41=207 (27% of max value = 765). Red value is 119 (46.88% from 255 or 57.49% from 207); Green value is 47 (18.75% from 255 or 22.71% from 207); Blue value is 41 (16.41% from 255 or 19.81% from 207); Max value from RGB is 119 - color contains mainly: red. Hex color #772F29 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #772F29 is #88D0D6. Grayscale: #434343. Windows color (decimal): -8966359 or 2699127. OLE color: 2699127.

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

Color convert

RGB 119 47 41 -
CMYK 0 0.61 0.66 0.53
HSL 4.62º 0.49% 0.31% -
HSV(B) 4.62º 0.66% 0.47% -
XYZ 9.02 6.12 2.8 -
YUV 67.84 112.85 164.49 -
System Red Green Blue C M Y K H S L
Decimal 119 47 41 0 0.61 0.66 0.53 4.62 0.49 0.31
Hex 77 2F 29 0 3D 42 35 5 31 1F
Octal 167 57 51 0 75 102 65 5 61 37
Binary 1110111 101111 101001 0 111101 1000010 110101 101 110001 11111

Color Harmonies of #772F29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #772F29

Black with #772F29

Text Example


Text Example

White with #772F29

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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