#773855

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

Shades of Flirt #773855

Tints of Flirt #773855

Color information

#773855 (or 0x773855) is unknown color: approx Flirt. HEX triplet: 77, 38 and 55. RGB value is (119,56,85). Sum of RGB (Red+Green+Blue) = 119+56+85=260 (34% of max value = 765). Red value is 119 (46.88% from 255 or 45.77% from 260); Green value is 56 (22.27% from 255 or 21.54% from 260); Blue value is 85 (33.59% from 255 or 32.69% from 260); Max value from RGB is 119 - color contains mainly: red. Hex color #773855 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #773855 is #88C7AA. Grayscale: #4E4E4E. Windows color (decimal): -8964011 or 5585015. OLE color: 5585015.

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

Color convert

RGB1195685-
CMYK00.530.290.53
HSL332.38º36%34.31%-
HSV(B)332.38º52.94%46.67%-
XYZ10.667.419.46-
YUV78.14131.87157.14-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 45.77%
GREEN value IS 56 (22.27% from 255) = 21.54%
BLUE value IS 85 (33.59% from 255) = 32.69%
R=45.77%
G=21.54%
B=32.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.29
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119568500.530.290.53332.383634.31
Hex7738550351D3514c2422
Octal1677012506535655144442
Binary11101111110001010101011010111101110101101001100100100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #773855

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #773855; }

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

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

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

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

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

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

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

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