Html Css Color HEX #772C25 Lusty

📋 copy color: '#772C25'

red 119 ◦ green 44 ◦ blue 37

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

Shades of Lusty #772C25

Tints of Lusty #772C25

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 18.5%

R = 59.5%
G = 22%
B = 18.5%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.69

 K value IS 0.53

RGB Variations

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

Color information

#772C25 (or 0x772C25) is known color: Lusty. HEX triplet: 77, 2C and 25. RGB value is (119,44,37). Sum of RGB (Red+Green+Blue) = 119+44+37=200 (26% of max value = 765). Red value is 119 (46.88% from 255 or 59.5% from 200); Green value is 44 (17.58% from 255 or 22% from 200); Blue value is 37 (14.84% from 255 or 18.5% from 200); Max value from RGB is 119 - color contains mainly: red. Hex color #772C25 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #772C25 is #88D3DA. Grayscale: #414141. Windows color (decimal): -8967131 or 2436215. OLE color: 2436215.

HSL color Cylindrical-coordinate representation of color #772C25: hue angle of 5.12º degrees, saturation: 0.53, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #772C25 is Cyan = 0, Magento = 0.63, Yellow = 0.69 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 44 37 -
CMYK 0 0.63 0.69 0.53
HSL 5.12º 0.53% 0.31% -
HSV(B) 5.12º 0.69% 0.47% -
XYZ 8.84 5.86 2.41 -
YUV 65.63 111.85 166.07 -
System Red Green Blue C M Y K H S L
Decimal 119 44 37 0 0.63 0.69 0.53 5.12 0.53 0.31
Hex 77 2C 25 0 3F 45 35 5 35 1F
Octal 167 54 45 0 77 105 65 5 65 37
Binary 1110111 101100 100101 0 111111 1000101 110101 101 110101 11111

Color Harmonies of #772C25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #772C25

Black with #772C25

Text Example


Text Example

White with #772C25

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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