#77344b

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

Shades of Flirt #77344B

Tints of Flirt #77344B

Color information

#77344B (or 0x77344B) is unknown color: approx Flirt. HEX triplet: 77, 34 and 4B. RGB value is (119,52,75). Sum of RGB (Red+Green+Blue) = 119+52+75=246 (32% of max value = 765). Red value is 119 (46.88% from 255 or 48.37% from 246); Green value is 52 (20.70% from 255 or 21.14% from 246); Blue value is 75 (29.69% from 255 or 30.49% from 246); Max value from RGB is 119 - color contains mainly: red. Hex color #77344B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #77344B is #88CBB4. Grayscale: #4A4A4A. Windows color (decimal): -8965045 or 4928631. OLE color: 4928631.

HSL color Cylindrical-coordinate representation of color #77344B: hue angle of 339.4º degrees, saturation: 0.39, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #77344B is Cyan = 0, Magento = 0.56, Yellow = 0.37 and Black (K on CMYK) = 0.53.

Color convert

RGB1195275-
CMYK00.560.370.53
HSL339.4º39.18%33.53%-
HSV(B)339.4º56.3%46.67%-
XYZ10.116.897.45-
YUV74.65128.2159.63-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 48.37%
GREEN value IS 52 (20.70% from 255) = 21.14%
BLUE value IS 75 (29.69% from 255) = 30.49%
R=48.37%
G=21.14%
B=30.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.37
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119527500.560.370.53339.439.1833.53
Hex77344B03825351532722
Octal1676411307045655234742
Binary111011111010010010110111000100101110101101010011100111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77344b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #77344b; }

 p { color: rgb(119,52,75); }

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

<style>
 a { background-color: #77344b; }

 a { background-color: rgb(119,52,75); }

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

<style>
 span { border-color: #77344b; }

 span { border-color: rgb(119,52,75); }

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