Html Css Color HEX #782520 Lusty

📋 copy color: '#782520'

red 120 ◦ green 37 ◦ blue 32

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

Shades of Lusty #782520

Tints of Lusty #782520

RGB

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

 GREEN value IS 37 (14.84% from 255) = 19.58%

 BLUE value IS 32 (12.89% from 255) = 16.93%

R = 63.49%
G = 19.58%
B = 16.93%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.73

 K value IS 0.53

RGB Variations

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

Color information

#782520 (or 0x782520) is known color: Lusty. HEX triplet: 78, 25 and 20. RGB value is (120,37,32). Sum of RGB (Red+Green+Blue) = 120+37+32=189 (25% of max value = 765). Red value is 120 (47.27% from 255 or 63.49% from 189); Green value is 37 (14.84% from 255 or 19.58% from 189); Blue value is 32 (12.89% from 255 or 16.93% from 189); Max value from RGB is 120 - color contains mainly: red. Hex color #782520 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #782520 is #87DADF. Grayscale: #3D3D3D. Windows color (decimal): -8903392 or 2106744. OLE color: 2106744.

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

Color convert

RGB 120 37 32 -
CMYK 0 0.69 0.73 0.53
HSL 3.41º 0.58% 0.3% -
HSV(B) 3.41º 0.73% 0.47% -
XYZ 8.67 5.42 1.96 -
YUV 61.25 111.5 169.91 -
System Red Green Blue C M Y K H S L
Decimal 120 37 32 0 0.69 0.73 0.53 3.41 0.58 0.3
Hex 78 25 20 0 45 49 35 3 3A 1E
Octal 170 45 40 0 105 111 65 3 72 36
Binary 1111000 100101 100000 0 1000101 1001001 110101 11 111010 11110

Color Harmonies of #782520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #782520

Black with #782520

Text Example


Text Example

White with #782520

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #782520; }

 p { color: rgb(120,37,32); }

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

background-color css

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

 a { background-color: rgb(120,37,32); }

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

border-color css

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

 span { border-color: rgb(120,37,32); }

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