#76354D

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

Shades of Flirt #76354D

Tints of Flirt #76354D

Color information

#76354D (or 0x76354D) is unknown color: approx Flirt. HEX triplet: 76, 35 and 4D. RGB value is (118,53,77). Sum of RGB (Red+Green+Blue) = 118+53+77=248 (32% of max value = 765). Red value is 118 (46.48% from 255 or 47.58% from 248); Green value is 53 (21.09% from 255 or 21.37% from 248); Blue value is 77 (30.47% from 255 or 31.05% from 248); Max value from RGB is 118 - color contains mainly: red. Hex color #76354D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #76354D is #89CAB2. Grayscale: #4B4B4B. Windows color (decimal): -9030323 or 5059958. OLE color: 5059958.

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

Color convert

RGB1185377-
CMYK00.550.350.54
HSL337.85º38.01%33.53%-
HSV(B)337.85º55.08%46.27%-
XYZ10.086.937.83-
YUV75.17129.03158.55-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 47.58%
GREEN value IS 53 (21.09% from 255) = 21.37%
BLUE value IS 77 (30.47% from 255) = 31.05%
R=47.58%
G=21.37%
B=31.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.35
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118537700.550.350.54337.8538.0133.53
Hex76354D03723361522622
Octal1666511506743665224642
Binary111011011010110011010110111100011110110101010010100110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76354D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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