#7B2D4D

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

Shades of Flirt #7B2D4D

Tints of Flirt #7B2D4D

Color information

#7B2D4D (or 0x7B2D4D) is unknown color: approx Flirt. HEX triplet: 7B, 2D and 4D. RGB value is (123,45,77). Sum of RGB (Red+Green+Blue) = 123+45+77=245 (32% of max value = 765). Red value is 123 (48.44% from 255 or 50.20% from 245); Green value is 45 (17.97% from 255 or 18.37% from 245); Blue value is 77 (30.47% from 255 or 31.43% from 245); Max value from RGB is 123 - color contains mainly: red. Hex color #7B2D4D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7B2D4D is #84D2B2. Grayscale: #474747. Windows color (decimal): -8704691 or 5057915. OLE color: 5057915.

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

Color convert

RGB1234577-
CMYK00.630.370.52
HSL335.38º46.43%32.94%-
HSV(B)335.38º63.41%48.24%-
XYZ10.456.627.75-
YUV71.97130.84164.4-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 50.20%
GREEN value IS 45 (17.97% from 255) = 18.37%
BLUE value IS 77 (30.47% from 255) = 31.43%
R=50.20%
G=18.37%
B=31.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.37
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal123457700.630.370.52335.3846.4332.94
Hex7B2D4D03F253414f2e21
Octal1735511507745645175641
Binary111101110110110011010111111100101110100101001111101110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B2D4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,45,77); }

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

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

 a { background-color: rgb(123,45,77); }

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

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

 span { border-color: rgb(123,45,77); }

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