Html Css Color HEX #772B25 Lusty

📋 copy color: '#772B25'

red 119 ◦ green 43 ◦ blue 37

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

Shades of Lusty #772B25

Tints of Lusty #772B25

RGB

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

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

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

R = 59.8%
G = 21.61%
B = 18.59%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.69

 K value IS 0.53

RGB Variations

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

Color information

#772B25 (or 0x772B25) is known color: Lusty. HEX triplet: 77, 2B and 25. RGB value is (119,43,37). Sum of RGB (Red+Green+Blue) = 119+43+37=199 (26% of max value = 765). Red value is 119 (46.88% from 255 or 59.80% from 199); Green value is 43 (17.19% from 255 or 21.61% from 199); Blue value is 37 (14.84% from 255 or 18.59% from 199); Max value from RGB is 119 - color contains mainly: red. Hex color #772B25 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #772B25 is #88D4DA. Grayscale: #414141. Windows color (decimal): -8967387 or 2435959. OLE color: 2435959.

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

Color convert

RGB 119 43 37 -
CMYK 0 0.64 0.69 0.53
HSL 4.39º 0.53% 0.31% -
HSV(B) 4.39º 0.69% 0.47% -
XYZ 8.81 5.78 2.4 -
YUV 65.04 112.18 166.49 -
System Red Green Blue C M Y K H S L
Decimal 119 43 37 0 0.64 0.69 0.53 4.39 0.53 0.31
Hex 77 2B 25 0 40 45 35 4 35 1F
Octal 167 53 45 0 100 105 65 4 65 37
Binary 1110111 101011 100101 0 1000000 1000101 110101 100 110101 11111

Color Harmonies of #772B25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #772B25

Black with #772B25

Text Example


Text Example

White with #772B25

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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