#7B395C

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

Shades of Flirt #7B395C

Tints of Flirt #7B395C

Color information

#7B395C (or 0x7B395C) is unknown color: approx Flirt. HEX triplet: 7B, 39 and 5C. RGB value is (123,57,92). Sum of RGB (Red+Green+Blue) = 123+57+92=272 (36% of max value = 765). Red value is 123 (48.44% from 255 or 45.22% from 272); Green value is 57 (22.66% from 255 or 20.96% from 272); Blue value is 92 (36.33% from 255 or 33.82% from 272); Max value from RGB is 123 - color contains mainly: red. Hex color #7B395C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7B395C is #84C6A3. Grayscale: #505050. Windows color (decimal): -8701604 or 6044027. OLE color: 6044027.

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

Color convert

RGB1235792-
CMYK00.540.250.52
HSL328.18º36.67%35.29%-
HSV(B)328.18º53.66%48.24%-
XYZ11.567.9111.04-
YUV80.72134.37158.15-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 45.22%
GREEN value IS 57 (22.66% from 255) = 20.96%
BLUE value IS 92 (36.33% from 255) = 33.82%
R=45.22%
G=20.96%
B=33.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.25
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal123579200.540.250.52328.1836.6735.29
Hex7B395C03619341482523
Octal1737113406631645104543
Binary11110111110011011100011011011001110100101001000100101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B395C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,57,92); }

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

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

 a { background-color: rgb(123,57,92); }

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

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

 span { border-color: rgb(123,57,92); }

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