#773852

Color #773852 Flirt (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Flirt #773852

Tints of Flirt #773852

Color information

#773852 (or 0x773852) is unknown color: approx Flirt. HEX triplet: 77, 38 and 52. RGB value is (119,56,82). Sum of RGB (Red+Green+Blue) = 119+56+82=257 (34% of max value = 765). Red value is 119 (46.88% from 255 or 46.30% from 257); Green value is 56 (22.27% from 255 or 21.79% from 257); Blue value is 82 (32.42% from 255 or 31.91% from 257); Max value from RGB is 119 - color contains mainly: red. Hex color #773852 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #773852 is #88C7AD. Grayscale: #4D4D4D. Windows color (decimal): -8964014 or 5388407. OLE color: 5388407.

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

Color convert

RGB1195682-
CMYK00.530.310.53
HSL335.24º36%34.31%-
HSV(B)335.24º52.94%46.67%-
XYZ10.547.368.85-
YUV77.8130.37157.39-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 46.30%
GREEN value IS 56 (22.27% from 255) = 21.79%
BLUE value IS 82 (32.42% from 255) = 31.91%
R=46.30%
G=21.79%
B=31.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.31
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119568200.530.310.53335.243634.31
Hex7738520351F3514f2422
Octal1677012206537655174442
Binary11101111110001010010011010111111110101101001111100100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #773852

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #773852; }

 p { color: rgb(119,56,82); }

 H1.HeaderClassName
 {
   color: #773852;
 }
 .AnyTagClassName
 {
   color: #773852;
 }
</style>
background-color css

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

 a { background-color: rgb(119,56,82); }

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

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

 span { border-color: rgb(119,56,82); }

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