Html Css Color HEX #782620 Lusty

📋 copy color: '#782620'

red 120 ◦ green 38 ◦ blue 32

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

Shades of Lusty #782620

Tints of Lusty #782620

RGB

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

 GREEN value IS 38 (15.23% from 255) = 20%

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

R = 63.16%
G = 20%
B = 16.84%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.73

 K value IS 0.53

RGB Variations

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

Color information

#782620 (or 0x782620) is known color: Lusty. HEX triplet: 78, 26 and 20. RGB value is (120,38,32). Sum of RGB (Red+Green+Blue) = 120+38+32=190 (25% of max value = 765). Red value is 120 (47.27% from 255 or 63.16% from 190); Green value is 38 (15.23% from 255 or 20% from 190); Blue value is 32 (12.89% from 255 or 16.84% from 190); Max value from RGB is 120 - color contains mainly: red. Hex color #782620 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #782620 is #87D9DF. Grayscale: #3D3D3D. Windows color (decimal): -8903136 or 2107000. OLE color: 2107000.

HSL color Cylindrical-coordinate representation of color #782620: hue angle of 4.09º 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 #782620 is Cyan = 0, Magento = 0.68, Yellow = 0.73 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 38 32 -
CMYK 0 0.68 0.73 0.53
HSL 4.09º 0.58% 0.3% -
HSV(B) 4.09º 0.73% 0.47% -
XYZ 8.7 5.48 1.97 -
YUV 61.83 111.17 169.49 -
System Red Green Blue C M Y K H S L
Decimal 120 38 32 0 0.68 0.73 0.53 4.09 0.58 0.3
Hex 78 26 20 0 44 49 35 4 3A 1E
Octal 170 46 40 0 104 111 65 4 72 36
Binary 1111000 100110 100000 0 1000100 1001001 110101 100 111010 11110

Color Harmonies of #782620

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #782620

Black with #782620

Text Example


Text Example

White with #782620

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #782620; }

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

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

background-color css

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

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

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

border-color css

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

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

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