Html Css Color HEX #772E2A Lusty

📋 copy color: '#772E2A'

red 119 ◦ green 46 ◦ blue 42

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

Shades of Lusty #772E2A

Tints of Lusty #772E2A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 20.29%

R = 57.49%
G = 22.22%
B = 20.29%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.65

 K value IS 0.53

RGB Variations

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

Color information

#772E2A (or 0x772E2A) is known color: Lusty. HEX triplet: 77, 2E and 2A. RGB value is (119,46,42). Sum of RGB (Red+Green+Blue) = 119+46+42=207 (27% of max value = 765). Red value is 119 (46.88% from 255 or 57.49% from 207); Green value is 46 (18.36% from 255 or 22.22% from 207); Blue value is 42 (16.80% from 255 or 20.29% from 207); Max value from RGB is 119 - color contains mainly: red. Hex color #772E2A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #772E2A is #88D1D5. Grayscale: #434343. Windows color (decimal): -8966614 or 2764407. OLE color: 2764407.

HSL color Cylindrical-coordinate representation of color #772E2A: hue angle of 3.12º degrees, saturation: 0.48, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #772E2A is Cyan = 0, Magento = 0.61, Yellow = 0.65 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 46 42 -
CMYK 0 0.61 0.65 0.53
HSL 3.12º 0.48% 0.32% -
HSV(B) 3.12º 0.65% 0.47% -
XYZ 9 6.04 2.88 -
YUV 67.37 113.68 164.83 -
System Red Green Blue C M Y K H S L
Decimal 119 46 42 0 0.61 0.65 0.53 3.12 0.48 0.32
Hex 77 2E 2A 0 3D 41 35 3 30 20
Octal 167 56 52 0 75 101 65 3 60 40
Binary 1110111 101110 101010 0 111101 1000001 110101 11 110000 100000

Color Harmonies of #772E2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #772E2A

Black with #772E2A

Text Example


Text Example

White with #772E2A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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