Html Css Color HEX #78332A Lusty

📋 copy color: '#78332A'

red 120 ◦ green 51 ◦ blue 42

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

Shades of Lusty #78332A

Tints of Lusty #78332A

RGB

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

 GREEN value IS 51 (20.31% from 255) = 23.94%

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

R = 56.34%
G = 23.94%
B = 19.72%

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

#78332A (or 0x78332A) is known color: Lusty. HEX triplet: 78, 33 and 2A. RGB value is (120,51,42). Sum of RGB (Red+Green+Blue) = 120+51+42=213 (28% of max value = 765). Red value is 120 (47.27% from 255 or 56.34% from 213); Green value is 51 (20.31% from 255 or 23.94% from 213); Blue value is 42 (16.80% from 255 or 19.72% from 213); Max value from RGB is 120 - color contains mainly: red. Hex color #78332A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #78332A is #87CCD5. Grayscale: #464646. Windows color (decimal): -8899798 or 2765688. OLE color: 2765688.

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

Color convert

RGB 120 51 42 -
CMYK 0 0.58 0.65 0.53
HSL 6.92º 0.48% 0.32% -
HSV(B) 6.92º 0.65% 0.47% -
XYZ 9.35 6.53 2.96 -
YUV 70.61 111.86 163.23 -
System Red Green Blue C M Y K H S L
Decimal 120 51 42 0 0.58 0.65 0.53 6.92 0.48 0.32
Hex 78 33 2A 0 3A 41 35 7 30 20
Octal 170 63 52 0 72 101 65 7 60 40
Binary 1111000 110011 101010 0 111010 1000001 110101 111 110000 100000

Color Harmonies of #78332A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78332A

Black with #78332A

Text Example


Text Example

White with #78332A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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