#763754

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

Shades of Flirt #763754

Tints of Flirt #763754

Color information

#763754 (or 0x763754) is unknown color: approx Flirt. HEX triplet: 76, 37 and 54. RGB value is (118,55,84). Sum of RGB (Red+Green+Blue) = 118+55+84=257 (34% of max value = 765). Red value is 118 (46.48% from 255 or 45.91% from 257); Green value is 55 (21.88% from 255 or 21.40% from 257); Blue value is 84 (33.20% from 255 or 32.68% from 257); Max value from RGB is 118 - color contains mainly: red. Hex color #763754 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #763754 is #89C8AB. Grayscale: #4D4D4D. Windows color (decimal): -9029804 or 5519222. OLE color: 5519222.

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

Color convert

RGB1185584-
CMYK00.530.290.54
HSL332.38º36.42%33.92%-
HSV(B)332.38º53.39%46.27%-
XYZ10.447.229.23-
YUV77.14131.87157.14-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 45.91%
GREEN value IS 55 (21.88% from 255) = 21.40%
BLUE value IS 84 (33.20% from 255) = 32.68%
R=45.91%
G=21.40%
B=32.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.29
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118558400.530.290.54332.3836.4233.92
Hex7637540351D3614c2422
Octal1666712406535665144442
Binary11101101101111010100011010111101110110101001100100100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #763754

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #763754; }

 p { color: rgb(118,55,84); }

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

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

 a { background-color: rgb(118,55,84); }

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

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

 span { border-color: rgb(118,55,84); }

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