#7B2C4E

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

Shades of Flirt #7B2C4E

Tints of Flirt #7B2C4E

Color information

#7B2C4E (or 0x7B2C4E) is unknown color: approx Flirt. HEX triplet: 7B, 2C and 4E. RGB value is (123,44,78). Sum of RGB (Red+Green+Blue) = 123+44+78=245 (32% of max value = 765). Red value is 123 (48.44% from 255 or 50.20% from 245); Green value is 44 (17.58% from 255 or 17.96% from 245); Blue value is 78 (30.86% from 255 or 31.84% from 245); Max value from RGB is 123 - color contains mainly: red. Hex color #7B2C4E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7B2C4E is #84D3B1. Grayscale: #474747. Windows color (decimal): -8704946 or 5123195. OLE color: 5123195.

HSL color Cylindrical-coordinate representation of color #7B2C4E: hue angle of 334.18º degrees, saturation: 0.47, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #7B2C4E is Cyan = 0, Magento = 0.64, Yellow = 0.37 and Black (K on CMYK) = 0.52.

Color convert

RGB1234478-
CMYK00.640.370.52
HSL334.18º47.31%32.75%-
HSV(B)334.18º64.23%48.24%-
XYZ10.446.567.92-
YUV71.5131.67164.74-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 50.20%
GREEN value IS 44 (17.58% from 255) = 17.96%
BLUE value IS 78 (30.86% from 255) = 31.84%
R=50.20%
G=17.96%
B=31.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.37
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal123447800.640.370.52334.1847.3132.75
Hex7B2C4E040253414e2f21
Octal17354116010045645165741
Binary1111011101100100111001000000100101110100101001110101111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B2C4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,44,78); }

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

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

 a { background-color: rgb(123,44,78); }

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

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

 span { border-color: rgb(123,44,78); }

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