Html Css Color HEX #78312C Lusty

📋 copy color: '#78312C'

red 120 ◦ green 49 ◦ blue 44

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

Shades of Lusty #78312C

Tints of Lusty #78312C

RGB

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

 GREEN value IS 49 (19.53% from 255) = 23%

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

R = 56.34%
G = 23%
B = 20.66%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.63

 K value IS 0.53

RGB Variations

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

Color information

#78312C (or 0x78312C) is known color: Lusty. HEX triplet: 78, 31 and 2C. RGB value is (120,49,44). Sum of RGB (Red+Green+Blue) = 120+49+44=213 (28% of max value = 765). Red value is 120 (47.27% from 255 or 56.34% from 213); Green value is 49 (19.53% from 255 or 23.00% from 213); Blue value is 44 (17.58% from 255 or 20.66% from 213); Max value from RGB is 120 - color contains mainly: red. Hex color #78312C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #78312C is #87CED3. Grayscale: #454545. Windows color (decimal): -8900308 or 2896248. OLE color: 2896248.

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

Color convert

RGB 120 49 44 -
CMYK 0 0.59 0.63 0.53
HSL 3.95º 0.46% 0.32% -
HSV(B) 3.95º 0.63% 0.47% -
XYZ 9.3 6.37 3.12 -
YUV 69.66 113.52 163.91 -
System Red Green Blue C M Y K H S L
Decimal 120 49 44 0 0.59 0.63 0.53 3.95 0.46 0.32
Hex 78 31 2C 0 3B 3F 35 4 2E 20
Octal 170 61 54 0 73 77 65 4 56 40
Binary 1111000 110001 101100 0 111011 111111 110101 100 101110 100000

Color Harmonies of #78312C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78312C

Black with #78312C

Text Example


Text Example

White with #78312C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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