#76354E

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

Shades of Flirt #76354E

Tints of Flirt #76354E

Color information

#76354E (or 0x76354E) is unknown color: approx Flirt. HEX triplet: 76, 35 and 4E. RGB value is (118,53,78). Sum of RGB (Red+Green+Blue) = 118+53+78=249 (32% of max value = 765). Red value is 118 (46.48% from 255 or 47.39% from 249); Green value is 53 (21.09% from 255 or 21.29% from 249); Blue value is 78 (30.86% from 255 or 31.33% from 249); Max value from RGB is 118 - color contains mainly: red. Hex color #76354E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #76354E is #89CAB1. Grayscale: #4B4B4B. Windows color (decimal): -9030322 or 5125494. OLE color: 5125494.

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

Color convert

RGB1185378-
CMYK00.550.340.54
HSL336.92º38.01%33.53%-
HSV(B)336.92º55.08%46.27%-
XYZ10.126.958.02-
YUV75.28129.53158.47-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 47.39%
GREEN value IS 53 (21.09% from 255) = 21.29%
BLUE value IS 78 (30.86% from 255) = 31.33%
R=47.39%
G=21.29%
B=31.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.34
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118537800.550.340.54336.9238.0133.53
Hex76354E03722361512622
Octal1666511606742665214642
Binary111011011010110011100110111100010110110101010001100110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76354E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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