#763650

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

Shades of Flirt #763650

Tints of Flirt #763650

Color information

#763650 (or 0x763650) is unknown color: approx Flirt. HEX triplet: 76, 36 and 50. RGB value is (118,54,80). Sum of RGB (Red+Green+Blue) = 118+54+80=252 (33% of max value = 765). Red value is 118 (46.48% from 255 or 46.83% from 252); Green value is 54 (21.48% from 255 or 21.43% from 252); Blue value is 80 (31.64% from 255 or 31.75% from 252); Max value from RGB is 118 - color contains mainly: red. Hex color #763650 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #763650 is #89C9AF. Grayscale: #4C4C4C. Windows color (decimal): -9030064 or 5256822. OLE color: 5256822.

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

Color convert

RGB1185480-
CMYK00.540.320.54
HSL335.62º37.21%33.73%-
HSV(B)335.62º54.24%46.27%-
XYZ10.247.078.41-
YUV76.1130.2157.89-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 46.83%
GREEN value IS 54 (21.48% from 255) = 21.43%
BLUE value IS 80 (31.64% from 255) = 31.75%
R=46.83%
G=21.43%
B=31.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.32
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118548000.540.320.54335.6237.2133.73
Hex76365003620361502522
Octal1666612006640665204542
Binary111011011011010100000110110100000110110101010000100101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #763650

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #763650; }

 p { color: rgb(118,54,80); }

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

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

 a { background-color: rgb(118,54,80); }

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

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

 span { border-color: rgb(118,54,80); }

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