Html Css Color HEX #78332B Lusty

📋 copy color: '#78332B'

red 120 ◦ green 51 ◦ blue 43

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

Shades of Lusty #78332B

Tints of Lusty #78332B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 20.09%

R = 56.07%
G = 23.83%
B = 20.09%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.64

 K value IS 0.53

RGB Variations

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

Color information

#78332B (or 0x78332B) is known color: Lusty. HEX triplet: 78, 33 and 2B. RGB value is (120,51,43). Sum of RGB (Red+Green+Blue) = 120+51+43=214 (28% of max value = 765). Red value is 120 (47.27% from 255 or 56.07% from 214); Green value is 51 (20.31% from 255 or 23.83% from 214); Blue value is 43 (17.19% from 255 or 20.09% from 214); Max value from RGB is 120 - color contains mainly: red. Hex color #78332B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #78332B is #87CCD4. Grayscale: #464646. Windows color (decimal): -8899797 or 2831224. OLE color: 2831224.

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

Color convert

RGB 120 51 43 -
CMYK 0 0.58 0.64 0.53
HSL 6.23º 0.47% 0.32% -
HSV(B) 6.23º 0.64% 0.47% -
XYZ 9.37 6.54 3.05 -
YUV 70.72 112.36 163.15 -
System Red Green Blue C M Y K H S L
Decimal 120 51 43 0 0.58 0.64 0.53 6.23 0.47 0.32
Hex 78 33 2B 0 3A 40 35 6 2F 20
Octal 170 63 53 0 72 100 65 6 57 40
Binary 1111000 110011 101011 0 111010 1000000 110101 110 101111 100000

Color Harmonies of #78332B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78332B

Black with #78332B

Text Example


Text Example

White with #78332B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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