#7A354F

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

Shades of Flirt #7A354F

Tints of Flirt #7A354F

Color information

#7A354F (or 0x7A354F) is unknown color: approx Flirt. HEX triplet: 7A, 35 and 4F. RGB value is (122,53,79). Sum of RGB (Red+Green+Blue) = 122+53+79=254 (33% of max value = 765). Red value is 122 (48.05% from 255 or 48.03% from 254); Green value is 53 (21.09% from 255 or 20.87% from 254); Blue value is 79 (31.25% from 255 or 31.10% from 254); Max value from RGB is 122 - color contains mainly: red. Hex color #7A354F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7A354F is #85CAB0. Grayscale: #4C4C4C. Windows color (decimal): -8768177 or 5191034. OLE color: 5191034.

HSL color Cylindrical-coordinate representation of color #7A354F: hue angle of 337.39º degrees, saturation: 0.39, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #7A354F is Cyan = 0, Magento = 0.57, Yellow = 0.35 and Black (K on CMYK) = 0.52.

Color convert

RGB1225379-
CMYK00.570.350.52
HSL337.39º39.43%34.31%-
HSV(B)337.39º56.56%47.84%-
XYZ10.717.258.23-
YUV76.6129.36160.39-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 48.03%
GREEN value IS 53 (21.09% from 255) = 20.87%
BLUE value IS 79 (31.25% from 255) = 31.10%
R=48.03%
G=20.87%
B=31.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.35
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal122537900.570.350.52337.3939.4334.31
Hex7A354F03923341512722
Octal1726511707143645214742
Binary111101011010110011110111001100011110100101010001100111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A354F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7A354F; }

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

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

<style>
 a { background-color: #7A354F; }

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

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

<style>
 span { border-color: #7A354F; }

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

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