Html Css Color HEX #782255 Flirt

📋 copy color: '#782255'

red 120 ◦ green 34 ◦ blue 85

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

Shades of Flirt #782255

Tints of Flirt #782255

RGB

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

 GREEN value IS 34 (13.67% from 255) = 14.23%

 BLUE value IS 85 (33.59% from 255) = 35.56%

R = 50.21%
G = 14.23%
B = 35.56%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.29

 K value IS 0.53

RGB Variations

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

Color information

#782255 (or 0x782255) is known color: Flirt. HEX triplet: 78, 22 and 55. RGB value is (120,34,85). Sum of RGB (Red+Green+Blue) = 120+34+85=239 (31% of max value = 765). Red value is 120 (47.27% from 255 or 50.21% from 239); Green value is 34 (13.67% from 255 or 14.23% from 239); Blue value is 85 (33.59% from 255 or 35.56% from 239); Max value from RGB is 120 - color contains mainly: red. Hex color #782255 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #782255 is #87DDAA. Grayscale: #414141. Windows color (decimal): -8904107 or 5579384. OLE color: 5579384.

HSL color Cylindrical-coordinate representation of color #782255: hue angle of 324.42º degrees, saturation: 0.56, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #782255 is Cyan = 0, Magento = 0.72, Yellow = 0.29 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 34 85 -
CMYK 0 0.72 0.29 0.53
HSL 324.42º 0.56% 0.3% -
HSV(B) 324.42º 0.72% 0.47% -
XYZ 9.96 5.79 9.19 -
YUV 65.53 138.99 166.85 -
System Red Green Blue C M Y K H S L
Decimal 120 34 85 0 0.72 0.29 0.53 324.42 0.56 0.3
Hex 78 22 55 0 48 1D 35 144 38 1E
Octal 170 42 125 0 110 35 65 504 70 36
Binary 1111000 100010 1010101 0 1001000 11101 110101 101000100 111000 11110

Color Harmonies of #782255

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #782255

Black with #782255

Text Example


Text Example

White with #782255

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #782255; }

 p { color: rgb(120,34,85); }

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

background-color css

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

 a { background-color: rgb(120,34,85); }

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

border-color css

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

 span { border-color: rgb(120,34,85); }

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