Html Css Color HEX #772C2B Lusty

📋 copy color: '#772C2B'

red 119 ◦ green 44 ◦ blue 43

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

Shades of Lusty #772C2B

Tints of Lusty #772C2B

RGB

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

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

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

R = 57.77%
G = 21.36%
B = 20.87%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.64

 K value IS 0.53

RGB Variations

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

Color information

#772C2B (or 0x772C2B) is known color: Lusty. HEX triplet: 77, 2C and 2B. RGB value is (119,44,43). Sum of RGB (Red+Green+Blue) = 119+44+43=206 (27% of max value = 765). Red value is 119 (46.88% from 255 or 57.77% from 206); Green value is 44 (17.58% from 255 or 21.36% from 206); Blue value is 43 (17.19% from 255 or 20.87% from 206); Max value from RGB is 119 - color contains mainly: red. Hex color #772C2B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #772C2B is #88D3D4. Grayscale: #424242. Windows color (decimal): -8967125 or 2829431. OLE color: 2829431.

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

Color convert

RGB 119 44 43 -
CMYK 0 0.63 0.64 0.53
HSL 0.79º 0.47% 0.32% -
HSV(B) 0.79º 0.64% 0.47% -
XYZ 8.94 5.9 2.95 -
YUV 66.31 114.85 165.58 -
System Red Green Blue C M Y K H S L
Decimal 119 44 43 0 0.63 0.64 0.53 0.79 0.47 0.32
Hex 77 2C 2B 0 3F 40 35 1 2F 20
Octal 167 54 53 0 77 100 65 1 57 40
Binary 1110111 101100 101011 0 111111 1000000 110101 1 101111 100000

Color Harmonies of #772C2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #772C2B

Black with #772C2B

Text Example


Text Example

White with #772C2B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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