#7B344F

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

Shades of Flirt #7B344F

Tints of Flirt #7B344F

Color information

#7B344F (or 0x7B344F) is unknown color: approx Flirt. HEX triplet: 7B, 34 and 4F. RGB value is (123,52,79). Sum of RGB (Red+Green+Blue) = 123+52+79=254 (33% of max value = 765). Red value is 123 (48.44% from 255 or 48.43% from 254); Green value is 52 (20.70% from 255 or 20.47% from 254); Blue value is 79 (31.25% from 255 or 31.10% from 254); Max value from RGB is 123 - color contains mainly: red. Hex color #7B344F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7B344F is #84CBB0. Grayscale: #4C4C4C. Windows color (decimal): -8702897 or 5190779. OLE color: 5190779.

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

Color convert

RGB1235279-
CMYK00.580.360.52
HSL337.18º40.57%34.31%-
HSV(B)337.18º57.72%48.24%-
XYZ10.817.238.22-
YUV76.31129.52161.3-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 48.43%
GREEN value IS 52 (20.70% from 255) = 20.47%
BLUE value IS 79 (31.25% from 255) = 31.10%
R=48.43%
G=20.47%
B=31.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.36
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal123527900.580.360.52337.1840.5734.31
Hex7B344F03A24341512922
Octal1736411707244645215142
Binary111101111010010011110111010100100110100101010001101001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B344F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,52,79); }

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

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

 a { background-color: rgb(123,52,79); }

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

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

 span { border-color: rgb(123,52,79); }

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