#7B324B

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

Shades of Flirt #7B324B

Tints of Flirt #7B324B

Color information

#7B324B (or 0x7B324B) is unknown color: approx Flirt. HEX triplet: 7B, 32 and 4B. RGB value is (123,50,75). Sum of RGB (Red+Green+Blue) = 123+50+75=248 (32% of max value = 765). Red value is 123 (48.44% from 255 or 49.60% from 248); Green value is 50 (19.92% from 255 or 20.16% from 248); Blue value is 75 (29.69% from 255 or 30.24% from 248); Max value from RGB is 123 - color contains mainly: red. Hex color #7B324B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7B324B is #84CDB4. Grayscale: #4A4A4A. Windows color (decimal): -8703413 or 4928123. OLE color: 4928123.

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

Color convert

RGB1235075-
CMYK00.590.390.52
HSL339.45º42.2%33.92%-
HSV(B)339.45º59.35%48.24%-
XYZ10.5877.45-
YUV74.68128.18162.47-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 49.60%
GREEN value IS 50 (19.92% from 255) = 20.16%
BLUE value IS 75 (29.69% from 255) = 30.24%
R=49.60%
G=20.16%
B=30.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.39
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal123507500.590.390.52339.4542.233.92
Hex7B324B03B27341532a22
Octal1736211307347645235242
Binary111101111001010010110111011100111110100101010011101010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B324B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,50,75); }

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

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

 a { background-color: rgb(123,50,75); }

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

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

 span { border-color: rgb(123,50,75); }

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