Html Css Color HEX #782F28 Lusty

📋 copy color: '#782F28'

red 120 ◦ green 47 ◦ blue 40

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

Shades of Lusty #782F28

Tints of Lusty #782F28

RGB

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

 GREEN value IS 47 (18.75% from 255) = 22.71%

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

R = 57.97%
G = 22.71%
B = 19.32%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.67

 K value IS 0.53

RGB Variations

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

Color information

#782F28 (or 0x782F28) is known color: Lusty. HEX triplet: 78, 2F and 28. RGB value is (120,47,40). Sum of RGB (Red+Green+Blue) = 120+47+40=207 (27% of max value = 765). Red value is 120 (47.27% from 255 or 57.97% from 207); Green value is 47 (18.75% from 255 or 22.71% from 207); Blue value is 40 (16.02% from 255 or 19.32% from 207); Max value from RGB is 120 - color contains mainly: red. Hex color #782F28 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #782F28 is #87D0D7. Grayscale: #444444. Windows color (decimal): -8900824 or 2633592. OLE color: 2633592.

HSL color Cylindrical-coordinate representation of color #782F28: hue angle of 5.25º 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 #782F28 is Cyan = 0, Magento = 0.61, Yellow = 0.67 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 47 40 -
CMYK 0 0.61 0.67 0.53
HSL 5.25º 0.5% 0.31% -
HSV(B) 5.25º 0.67% 0.47% -
XYZ 9.15 6.18 2.72 -
YUV 68.03 112.18 165.07 -
System Red Green Blue C M Y K H S L
Decimal 120 47 40 0 0.61 0.67 0.53 5.25 0.5 0.31
Hex 78 2F 28 0 3D 43 35 5 32 1F
Octal 170 57 50 0 75 103 65 5 62 37
Binary 1111000 101111 101000 0 111101 1000011 110101 101 110010 11111

Color Harmonies of #782F28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #782F28

Black with #782F28

Text Example


Text Example

White with #782F28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #782F28; }

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

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

background-color css

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

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

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

border-color css

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

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

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