#7B374F

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

Shades of Flirt #7B374F

Tints of Flirt #7B374F

Color information

#7B374F (or 0x7B374F) is unknown color: approx Flirt. HEX triplet: 7B, 37 and 4F. RGB value is (123,55,79). Sum of RGB (Red+Green+Blue) = 123+55+79=257 (34% of max value = 765). Red value is 123 (48.44% from 255 or 47.86% from 257); Green value is 55 (21.88% from 255 or 21.40% from 257); Blue value is 79 (31.25% from 255 or 30.74% from 257); Max value from RGB is 123 - color contains mainly: red. Hex color #7B374F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7B374F is #84C8B0. Grayscale: #4E4E4E. Windows color (decimal): -8702129 or 5191547. OLE color: 5191547.

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

Color convert

RGB1235579-
CMYK00.550.360.52
HSL338.82º38.2%34.9%-
HSV(B)338.82º55.28%48.24%-
XYZ10.957.518.27-
YUV78.07128.53160.05-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 47.86%
GREEN value IS 55 (21.88% from 255) = 21.40%
BLUE value IS 79 (31.25% from 255) = 30.74%
R=47.86%
G=21.40%
B=30.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.36
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal123557900.550.360.52338.8238.234.9
Hex7B374F03724341532623
Octal1736711706744645234643
Binary111101111011110011110110111100100110100101010011100110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B374F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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