Html Css Color HEX #772E2B Lusty

📋 copy color: '#772E2B'

red 119 ◦ green 46 ◦ blue 43

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

Shades of Lusty #772E2B

Tints of Lusty #772E2B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 20.67%

R = 57.21%
G = 22.12%
B = 20.67%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.64

 K value IS 0.53

RGB Variations

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

Color information

#772E2B (or 0x772E2B) is known color: Lusty. HEX triplet: 77, 2E and 2B. RGB value is (119,46,43). Sum of RGB (Red+Green+Blue) = 119+46+43=208 (27% of max value = 765). Red value is 119 (46.88% from 255 or 57.21% from 208); Green value is 46 (18.36% from 255 or 22.12% from 208); Blue value is 43 (17.19% from 255 or 20.67% from 208); Max value from RGB is 119 - color contains mainly: red. Hex color #772E2B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #772E2B is #88D1D4. Grayscale: #434343. Windows color (decimal): -8966613 or 2829943. OLE color: 2829943.

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

Color convert

RGB 119 46 43 -
CMYK 0 0.61 0.64 0.53
HSL 2.37º 0.47% 0.32% -
HSV(B) 2.37º 0.64% 0.47% -
XYZ 9.02 6.05 2.98 -
YUV 67.49 114.18 164.74 -
System Red Green Blue C M Y K H S L
Decimal 119 46 43 0 0.61 0.64 0.53 2.37 0.47 0.32
Hex 77 2E 2B 0 3D 40 35 2 2F 20
Octal 167 56 53 0 75 100 65 2 57 40
Binary 1110111 101110 101011 0 111101 1000000 110101 10 101111 100000

Color Harmonies of #772E2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #772E2B

Black with #772E2B

Text Example


Text Example

White with #772E2B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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