#77334B

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

Shades of Flirt #77334B

Tints of Flirt #77334B

Color information

#77334B (or 0x77334B) is unknown color: approx Flirt. HEX triplet: 77, 33 and 4B. RGB value is (119,51,75). Sum of RGB (Red+Green+Blue) = 119+51+75=245 (32% of max value = 765). Red value is 119 (46.88% from 255 or 48.57% from 245); Green value is 51 (20.31% from 255 or 20.82% from 245); Blue value is 75 (29.69% from 255 or 30.61% from 245); Max value from RGB is 119 - color contains mainly: red. Hex color #77334B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #77334B is #88CCB4. Grayscale: #4A4A4A. Windows color (decimal): -8965301 or 4928375. OLE color: 4928375.

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

Color convert

RGB1195175-
CMYK00.570.370.53
HSL338.82º40%33.33%-
HSV(B)338.82º57.14%46.67%-
XYZ10.066.87.44-
YUV74.07128.53160.05-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 48.57%
GREEN value IS 51 (20.31% from 255) = 20.82%
BLUE value IS 75 (29.69% from 255) = 30.61%
R=48.57%
G=20.82%
B=30.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.37
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119517500.570.370.53338.824033.33
Hex77334B03925351532821
Octal1676311307145655235041
Binary111011111001110010110111001100101110101101010011101000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77334B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #77334B; }

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

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

<style>
 a { background-color: #77334B; }

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

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

<style>
 span { border-color: #77334B; }

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

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