Html Css Color HEX #77322C Lusty

📋 copy color: '#77322C'

red 119 ◦ green 50 ◦ blue 44

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

Shades of Lusty #77322C

Tints of Lusty #77322C

RGB

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

 GREEN value IS 50 (19.92% from 255) = 23.47%

 BLUE value IS 44 (17.58% from 255) = 20.66%

R = 55.87%
G = 23.47%
B = 20.66%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.63

 K value IS 0.53

RGB Variations

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

Color information

#77322C (or 0x77322C) is known color: Lusty. HEX triplet: 77, 32 and 2C. RGB value is (119,50,44). Sum of RGB (Red+Green+Blue) = 119+50+44=213 (28% of max value = 765). Red value is 119 (46.88% from 255 or 55.87% from 213); Green value is 50 (19.92% from 255 or 23.47% from 213); Blue value is 44 (17.58% from 255 or 20.66% from 213); Max value from RGB is 119 - color contains mainly: red. Hex color #77322C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #77322C is #88CDD3. Grayscale: #464646. Windows color (decimal): -8965588 or 2896503. OLE color: 2896503.

HSL color Cylindrical-coordinate representation of color #77322C: hue angle of 4.8º degrees, saturation: 0.46, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #77322C is Cyan = 0, Magento = 0.58, Yellow = 0.63 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 50 44 -
CMYK 0 0.58 0.63 0.53
HSL 4.8º 0.46% 0.32% -
HSV(B) 4.8º 0.63% 0.47% -
XYZ 9.2 6.38 3.13 -
YUV 69.95 113.36 162.99 -
System Red Green Blue C M Y K H S L
Decimal 119 50 44 0 0.58 0.63 0.53 4.8 0.46 0.32
Hex 77 32 2C 0 3A 3F 35 5 2E 20
Octal 167 62 54 0 72 77 65 5 56 40
Binary 1110111 110010 101100 0 111010 111111 110101 101 101110 100000

Color Harmonies of #77322C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77322C

Black with #77322C

Text Example


Text Example

White with #77322C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #77322C; }

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

 H1.HeaderClassName
 {
   color: #77322C;
 }
 .AnyTagClassName
 {
   color: #77322C;
 }
</style>

background-color css

<style>
 a { background-color: #77322C; }

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

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

border-color css

<style>
 span { border-color: #77322C; }

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

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