#7B365E

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

Shades of Flirt #7B365E

Tints of Flirt #7B365E

Color information

#7B365E (or 0x7B365E) is unknown color: approx Flirt. HEX triplet: 7B, 36 and 5E. RGB value is (123,54,94). Sum of RGB (Red+Green+Blue) = 123+54+94=271 (35% of max value = 765). Red value is 123 (48.44% from 255 or 45.39% from 271); Green value is 54 (21.48% from 255 or 19.93% from 271); Blue value is 94 (37.11% from 255 or 34.69% from 271); Max value from RGB is 123 - color contains mainly: red. Hex color #7B365E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7B365E is #84C9A1. Grayscale: #4F4F4F. Windows color (decimal): -8702370 or 6174331. OLE color: 6174331.

HSL color Cylindrical-coordinate representation of color #7B365E: hue angle of 325.22º 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 #7B365E is Cyan = 0, Magento = 0.56, Yellow = 0.24 and Black (K on CMYK) = 0.52.

Color convert

RGB1235494-
CMYK00.560.240.52
HSL325.22º38.98%34.71%-
HSV(B)325.22º56.1%48.24%-
XYZ11.517.6611.46-
YUV79.19136.36159.25-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 45.39%
GREEN value IS 54 (21.48% from 255) = 19.93%
BLUE value IS 94 (37.11% from 255) = 34.69%
R=45.39%
G=19.93%
B=34.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.24
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal123549400.560.240.52325.2238.9834.71
Hex7B365E03818341452723
Octal1736613607030645054743
Binary11110111101101011110011100011000110100101000101100111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B365E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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