#7B364F

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

Shades of Flirt #7B364F

Tints of Flirt #7B364F

Color information

#7B364F (or 0x7B364F) is unknown color: approx Flirt. HEX triplet: 7B, 36 and 4F. RGB value is (123,54,79). Sum of RGB (Red+Green+Blue) = 123+54+79=256 (33% of max value = 765). Red value is 123 (48.44% from 255 or 48.05% from 256); Green value is 54 (21.48% from 255 or 21.09% from 256); Blue value is 79 (31.25% from 255 or 30.86% from 256); Max value from RGB is 123 - color contains mainly: red. Hex color #7B364F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7B364F is #84C9B0. Grayscale: #4D4D4D. Windows color (decimal): -8702385 or 5191291. OLE color: 5191291.

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

Color convert

RGB1235479-
CMYK00.560.360.52
HSL338.26º38.98%34.71%-
HSV(B)338.26º56.1%48.24%-
XYZ10.97.418.25-
YUV77.48128.86160.47-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 48.05%
GREEN value IS 54 (21.48% from 255) = 21.09%
BLUE value IS 79 (31.25% from 255) = 30.86%
R=48.05%
G=21.09%
B=30.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.36
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal123547900.560.360.52338.2638.9834.71
Hex7B364F03824341522723
Octal1736611707044645224743
Binary111101111011010011110111000100100110100101010010100111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B364F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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