Html Css Color HEX #78332C Lusty

📋 copy color: '#78332C'

red 120 ◦ green 51 ◦ blue 44

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

Shades of Lusty #78332C

Tints of Lusty #78332C

RGB

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

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

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

R = 55.81%
G = 23.72%
B = 20.47%

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

#78332C (or 0x78332C) is known color: Lusty. HEX triplet: 78, 33 and 2C. RGB value is (120,51,44). Sum of RGB (Red+Green+Blue) = 120+51+44=215 (28% of max value = 765). Red value is 120 (47.27% from 255 or 55.81% from 215); Green value is 51 (20.31% from 255 or 23.72% from 215); Blue value is 44 (17.58% from 255 or 20.47% from 215); Max value from RGB is 120 - color contains mainly: red. Hex color #78332C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #78332C is #87CCD3. Grayscale: #464646. Windows color (decimal): -8899796 or 2896760. OLE color: 2896760.

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

Color convert

RGB 120 51 44 -
CMYK 0 0.58 0.63 0.53
HSL 5.53º 0.46% 0.32% -
HSV(B) 5.53º 0.63% 0.47% -
XYZ 9.38 6.54 3.15 -
YUV 70.83 112.86 163.07 -
System Red Green Blue C M Y K H S L
Decimal 120 51 44 0 0.58 0.63 0.53 5.53 0.46 0.32
Hex 78 33 2C 0 3A 3F 35 6 2E 20
Octal 170 63 54 0 72 77 65 6 56 40
Binary 1111000 110011 101100 0 111010 111111 110101 110 101110 100000

Color Harmonies of #78332C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78332C

Black with #78332C

Text Example


Text Example

White with #78332C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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