Html Css Color HEX #782D4C Flirt

📋 copy color: '#782D4C'

red 120 ◦ green 45 ◦ blue 76

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

Shades of Flirt #782D4C

Tints of Flirt #782D4C

RGB

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

 GREEN value IS 45 (17.97% from 255) = 18.67%

 BLUE value IS 76 (30.08% from 255) = 31.54%

R = 49.79%
G = 18.67%
B = 31.54%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.37

 K value IS 0.53

RGB Variations

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

Color information

#782D4C (or 0x782D4C) is known color: Flirt. HEX triplet: 78, 2D and 4C. RGB value is (120,45,76). Sum of RGB (Red+Green+Blue) = 120+45+76=241 (31% of max value = 765). Red value is 120 (47.27% from 255 or 49.79% from 241); Green value is 45 (17.97% from 255 or 18.67% from 241); Blue value is 76 (30.08% from 255 or 31.54% from 241); Max value from RGB is 120 - color contains mainly: red. Hex color #782D4C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #782D4C is #87D2B3. Grayscale: #464646. Windows color (decimal): -8901300 or 4992376. OLE color: 4992376.

HSL color Cylindrical-coordinate representation of color #782D4C: hue angle of 335.2º degrees, saturation: 0.45, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #782D4C is Cyan = 0, Magento = 0.63, Yellow = 0.37 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 45 76 -
CMYK 0 0.63 0.37 0.53
HSL 335.2º 0.45% 0.32% -
HSV(B) 335.2º 0.63% 0.47% -
XYZ 9.99 6.39 7.54 -
YUV 70.96 130.85 162.98 -
System Red Green Blue C M Y K H S L
Decimal 120 45 76 0 0.63 0.37 0.53 335.2 0.45 0.32
Hex 78 2D 4C 0 3F 25 35 14F 2D 20
Octal 170 55 114 0 77 45 65 517 55 40
Binary 1111000 101101 1001100 0 111111 100101 110101 101001111 101101 100000

Color Harmonies of #782D4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #782D4C

Black with #782D4C

Text Example


Text Example

White with #782D4C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(120,45,76); }

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

background-color css

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

 a { background-color: rgb(120,45,76); }

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

border-color css

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

 span { border-color: rgb(120,45,76); }

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