#76354F

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

Shades of Flirt #76354F

Tints of Flirt #76354F

Color information

#76354F (or 0x76354F) is unknown color: approx Flirt. HEX triplet: 76, 35 and 4F. RGB value is (118,53,79). Sum of RGB (Red+Green+Blue) = 118+53+79=250 (33% of max value = 765). Red value is 118 (46.48% from 255 or 47.2% from 250); Green value is 53 (21.09% from 255 or 21.2% from 250); Blue value is 79 (31.25% from 255 or 31.6% from 250); Max value from RGB is 118 - color contains mainly: red. Hex color #76354F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #76354F is #89CAB0. Grayscale: #4B4B4B. Windows color (decimal): -9030321 or 5191030. OLE color: 5191030.

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

Color convert

RGB1185379-
CMYK00.550.330.54
HSL336º38.01%33.53%-
HSV(B)336º55.08%46.27%-
XYZ10.166.968.21-
YUV75.4130.03158.39-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 47.2%
GREEN value IS 53 (21.09% from 255) = 21.2%
BLUE value IS 79 (31.25% from 255) = 31.6%
R=47.2%
G=21.2%
B=31.6%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.33
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118537900.550.330.5433638.0133.53
Hex76354F03721361502622
Octal1666511706741665204642
Binary111011011010110011110110111100001110110101010000100110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76354F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #76354F; }

 p { color: rgb(118,53,79); }

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

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

 a { background-color: rgb(118,53,79); }

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

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

 span { border-color: rgb(118,53,79); }

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