#763853

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

Shades of Flirt #763853

Tints of Flirt #763853

Color information

#763853 (or 0x763853) is unknown color: approx Flirt. HEX triplet: 76, 38 and 53. RGB value is (118,56,83). Sum of RGB (Red+Green+Blue) = 118+56+83=257 (34% of max value = 765). Red value is 118 (46.48% from 255 or 45.91% from 257); Green value is 56 (22.27% from 255 or 21.79% from 257); Blue value is 83 (32.81% from 255 or 32.30% from 257); Max value from RGB is 118 - color contains mainly: red. Hex color #763853 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #763853 is #89C7AC. Grayscale: #4D4D4D. Windows color (decimal): -9029549 or 5453942. OLE color: 5453942.

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

Color convert

RGB1185683-
CMYK00.530.300.54
HSL333.87º35.63%34.12%-
HSV(B)333.87º52.54%46.27%-
XYZ10.457.39.04-
YUV77.62131.04156.8-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 45.91%
GREEN value IS 56 (22.27% from 255) = 21.79%
BLUE value IS 83 (32.81% from 255) = 32.30%
R=45.91%
G=21.79%
B=32.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.30
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118568300.530.300.54333.8735.6334.12
Hex7638530351E3614e2422
Octal1667012306536665164442
Binary11101101110001010011011010111110110110101001110100100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #763853

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #763853; }

 p { color: rgb(118,56,83); }

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

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

 a { background-color: rgb(118,56,83); }

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

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

 span { border-color: rgb(118,56,83); }

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