Html Css Color HEX #782725 Lusty

📋 copy color: '#782725'

red 120 ◦ green 39 ◦ blue 37

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

Shades of Lusty #782725

Tints of Lusty #782725

RGB

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

 GREEN value IS 39 (15.63% from 255) = 19.9%

 BLUE value IS 37 (14.84% from 255) = 18.88%

R = 61.22%
G = 19.9%
B = 18.88%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.69

 K value IS 0.53

RGB Variations

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

Color information

#782725 (or 0x782725) is known color: Lusty. HEX triplet: 78, 27 and 25. RGB value is (120,39,37). Sum of RGB (Red+Green+Blue) = 120+39+37=196 (25% of max value = 765). Red value is 120 (47.27% from 255 or 61.22% from 196); Green value is 39 (15.62% from 255 or 19.90% from 196); Blue value is 37 (14.84% from 255 or 18.88% from 196); Max value from RGB is 120 - color contains mainly: red. Hex color #782725 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #782725 is #87D8DA. Grayscale: #3F3F3F. Windows color (decimal): -8902875 or 2434936. OLE color: 2434936.

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

Color convert

RGB 120 39 37 -
CMYK 0 0.67 0.69 0.53
HSL 1.45º 0.53% 0.31% -
HSV(B) 1.45º 0.69% 0.47% -
XYZ 8.81 5.58 2.36 -
YUV 62.99 113.34 168.66 -
System Red Green Blue C M Y K H S L
Decimal 120 39 37 0 0.67 0.69 0.53 1.45 0.53 0.31
Hex 78 27 25 0 43 45 35 1 35 1F
Octal 170 47 45 0 103 105 65 1 65 37
Binary 1111000 100111 100101 0 1000011 1000101 110101 1 110101 11111

Color Harmonies of #782725

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #782725

Black with #782725

Text Example


Text Example

White with #782725

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #782725; }

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

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

background-color css

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

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

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

border-color css

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

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

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