Html Css Color HEX #78322A Lusty

📋 copy color: '#78322A'

red 120 ◦ green 50 ◦ blue 42

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

Shades of Lusty #78322A

Tints of Lusty #78322A

RGB

 RED value IS 120 (47.27% from 255) = 56.6%

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

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

R = 56.6%
G = 23.58%
B = 19.81%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.65

 K value IS 0.53

RGB Variations

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

Color information

#78322A (or 0x78322A) is known color: Lusty. HEX triplet: 78, 32 and 2A. RGB value is (120,50,42). Sum of RGB (Red+Green+Blue) = 120+50+42=212 (28% of max value = 765). Red value is 120 (47.27% from 255 or 56.60% from 212); Green value is 50 (19.92% from 255 or 23.58% from 212); Blue value is 42 (16.80% from 255 or 19.81% from 212); Max value from RGB is 120 - color contains mainly: red. Hex color #78322A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #78322A is #87CDD5. Grayscale: #464646. Windows color (decimal): -8900054 or 2765432. OLE color: 2765432.

HSL color Cylindrical-coordinate representation of color #78322A: hue angle of 6.15º 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 #78322A is Cyan = 0, Magento = 0.58, Yellow = 0.65 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 50 42 -
CMYK 0 0.58 0.65 0.53
HSL 6.15º 0.48% 0.32% -
HSV(B) 6.15º 0.65% 0.47% -
XYZ 9.3 6.44 2.94 -
YUV 70.02 112.19 163.65 -
System Red Green Blue C M Y K H S L
Decimal 120 50 42 0 0.58 0.65 0.53 6.15 0.48 0.32
Hex 78 32 2A 0 3A 41 35 6 30 20
Octal 170 62 52 0 72 101 65 6 60 40
Binary 1111000 110010 101010 0 111010 1000001 110101 110 110000 100000

Color Harmonies of #78322A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78322A

Black with #78322A

Text Example


Text Example

White with #78322A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #78322A; }

 p { color: rgb(120,50,42); }

 H1.HeaderClassName
 {
   color: #78322A;
 }
 .AnyTagClassName
 {
   color: #78322A;
 }
</style>

background-color css

<style>
 a { background-color: #78322A; }

 a { background-color: rgb(120,50,42); }

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

border-color css

<style>
 span { border-color: #78322A; }

 span { border-color: rgb(120,50,42); }

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