Html Css Color HEX #772E25 Lusty

📋 copy color: '#772E25'

red 119 ◦ green 46 ◦ blue 37

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

Shades of Lusty #772E25

Tints of Lusty #772E25

RGB

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

 GREEN value IS 46 (18.36% from 255) = 22.77%

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

R = 58.91%
G = 22.77%
B = 18.32%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.69

 K value IS 0.53

RGB Variations

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

Color information

#772E25 (or 0x772E25) is known color: Lusty. HEX triplet: 77, 2E and 25. RGB value is (119,46,37). Sum of RGB (Red+Green+Blue) = 119+46+37=202 (26% of max value = 765). Red value is 119 (46.88% from 255 or 58.91% from 202); Green value is 46 (18.36% from 255 or 22.77% from 202); Blue value is 37 (14.84% from 255 or 18.32% from 202); Max value from RGB is 119 - color contains mainly: red. Hex color #772E25 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #772E25 is #88D1DA. Grayscale: #424242. Windows color (decimal): -8966619 or 2436727. OLE color: 2436727.

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

Color convert

RGB 119 46 37 -
CMYK 0 0.61 0.69 0.53
HSL 6.59º 0.53% 0.31% -
HSV(B) 6.59º 0.69% 0.47% -
XYZ 8.92 6.01 2.44 -
YUV 66.8 111.18 165.23 -
System Red Green Blue C M Y K H S L
Decimal 119 46 37 0 0.61 0.69 0.53 6.59 0.53 0.31
Hex 77 2E 25 0 3D 45 35 7 35 1F
Octal 167 56 45 0 75 105 65 7 65 37
Binary 1110111 101110 100101 0 111101 1000101 110101 111 110101 11111

Color Harmonies of #772E25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #772E25

Black with #772E25

Text Example


Text Example

White with #772E25

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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