Html Css Color HEX #782928 Lusty

📋 copy color: '#782928'

red 120 ◦ green 41 ◦ blue 40

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

Shades of Lusty #782928

Tints of Lusty #782928

RGB

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

 GREEN value IS 41 (16.41% from 255) = 20.4%

 BLUE value IS 40 (16.02% from 255) = 19.9%

R = 59.7%
G = 20.4%
B = 19.9%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.67

 K value IS 0.53

RGB Variations

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

Color information

#782928 (or 0x782928) is known color: Lusty. HEX triplet: 78, 29 and 28. RGB value is (120,41,40). Sum of RGB (Red+Green+Blue) = 120+41+40=201 (26% of max value = 765). Red value is 120 (47.27% from 255 or 59.70% from 201); Green value is 41 (16.41% from 255 or 20.40% from 201); Blue value is 40 (16.02% from 255 or 19.90% from 201); Max value from RGB is 120 - color contains mainly: red. Hex color #782928 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #782928 is #87D6D7. Grayscale: #404040. Windows color (decimal): -8902360 or 2632056. OLE color: 2632056.

HSL color Cylindrical-coordinate representation of color #782928: hue angle of 0.75º degrees, saturation: 0.5, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #782928 is Cyan = 0, Magento = 0.66, Yellow = 0.67 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 41 40 -
CMYK 0 0.66 0.67 0.53
HSL 0.75º 0.5% 0.31% -
HSV(B) 0.75º 0.67% 0.47% -
XYZ 8.92 5.73 2.64 -
YUV 64.51 114.17 167.58 -
System Red Green Blue C M Y K H S L
Decimal 120 41 40 0 0.66 0.67 0.53 0.75 0.5 0.31
Hex 78 29 28 0 42 43 35 1 32 1F
Octal 170 51 50 0 102 103 65 1 62 37
Binary 1111000 101001 101000 0 1000010 1000011 110101 1 110010 11111

Color Harmonies of #782928

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #782928

Black with #782928

Text Example


Text Example

White with #782928

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #782928; }

 p { color: rgb(120,41,40); }

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

background-color css

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

 a { background-color: rgb(120,41,40); }

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

border-color css

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

 span { border-color: rgb(120,41,40); }

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