Html Css Color HEX #772C28 Lusty

📋 copy color: '#772C28'

red 119 ◦ green 44 ◦ blue 40

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

Shades of Lusty #772C28

Tints of Lusty #772C28

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 19.7%

R = 58.62%
G = 21.67%
B = 19.7%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.66

 K value IS 0.53

RGB Variations

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

Color information

#772C28 (or 0x772C28) is known color: Lusty. HEX triplet: 77, 2C and 28. RGB value is (119,44,40). Sum of RGB (Red+Green+Blue) = 119+44+40=203 (26% of max value = 765). Red value is 119 (46.88% from 255 or 58.62% from 203); Green value is 44 (17.58% from 255 or 21.67% from 203); Blue value is 40 (16.02% from 255 or 19.70% from 203); Max value from RGB is 119 - color contains mainly: red. Hex color #772C28 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #772C28 is #88D3D7. Grayscale: #424242. Windows color (decimal): -8967128 or 2632823. OLE color: 2632823.

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

Color convert

RGB 119 44 40 -
CMYK 0 0.63 0.66 0.53
HSL 3.04º 0.5% 0.31% -
HSV(B) 3.04º 0.66% 0.47% -
XYZ 8.89 5.88 2.67 -
YUV 65.97 113.35 165.83 -
System Red Green Blue C M Y K H S L
Decimal 119 44 40 0 0.63 0.66 0.53 3.04 0.5 0.31
Hex 77 2C 28 0 3F 42 35 3 32 1F
Octal 167 54 50 0 77 102 65 3 62 37
Binary 1110111 101100 101000 0 111111 1000010 110101 11 110010 11111

Color Harmonies of #772C28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #772C28

Black with #772C28

Text Example


Text Example

White with #772C28

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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