#76354A

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

Shades of Flirt #76354A

Tints of Flirt #76354A

Color information

#76354A (or 0x76354A) is unknown color: approx Flirt. HEX triplet: 76, 35 and 4A. RGB value is (118,53,74). Sum of RGB (Red+Green+Blue) = 118+53+74=245 (32% of max value = 765). Red value is 118 (46.48% from 255 or 48.16% from 245); Green value is 53 (21.09% from 255 or 21.63% from 245); Blue value is 74 (29.30% from 255 or 30.20% from 245); Max value from RGB is 118 - color contains mainly: red. Hex color #76354A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #76354A is #89CAB5. Grayscale: #4A4A4A. Windows color (decimal): -9030326 or 4863350. OLE color: 4863350.

HSL color Cylindrical-coordinate representation of color #76354A: hue angle of 340.62º 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 #76354A is Cyan = 0, Magento = 0.55, Yellow = 0.37 and Black (K on CMYK) = 0.54.

Color convert

RGB1185374-
CMYK00.550.370.54
HSL340.62º38.01%33.53%-
HSV(B)340.62º55.08%46.27%-
XYZ9.986.897.28-
YUV74.83127.53158.79-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 48.16%
GREEN value IS 53 (21.09% from 255) = 21.63%
BLUE value IS 74 (29.30% from 255) = 30.20%
R=48.16%
G=21.63%
B=30.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.37
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118537400.550.370.54340.6238.0133.53
Hex76354A03725361552622
Octal1666511206745665254642
Binary111011011010110010100110111100101110110101010101100110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76354A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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