#76354C

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

Shades of Flirt #76354C

Tints of Flirt #76354C

Color information

#76354C (or 0x76354C) is unknown color: approx Flirt. HEX triplet: 76, 35 and 4C. RGB value is (118,53,76). Sum of RGB (Red+Green+Blue) = 118+53+76=247 (32% of max value = 765). Red value is 118 (46.48% from 255 or 47.77% from 247); Green value is 53 (21.09% from 255 or 21.46% from 247); Blue value is 76 (30.08% from 255 or 30.77% from 247); Max value from RGB is 118 - color contains mainly: red. Hex color #76354C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #76354C is #89CAB3. Grayscale: #4B4B4B. Windows color (decimal): -9030324 or 4994422. OLE color: 4994422.

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

Color convert

RGB1185376-
CMYK00.550.360.54
HSL338.77º38.01%33.53%-
HSV(B)338.77º55.08%46.27%-
XYZ10.056.927.64-
YUV75.06128.53158.63-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 47.77%
GREEN value IS 53 (21.09% from 255) = 21.46%
BLUE value IS 76 (30.08% from 255) = 30.77%
R=47.77%
G=21.46%
B=30.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.36
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118537600.550.360.54338.7738.0133.53
Hex76354C03724361532622
Octal1666511406744665234642
Binary111011011010110011000110111100100110110101010011100110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76354C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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