#77324B

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

Shades of Flirt #77324B

Tints of Flirt #77324B

Color information

#77324B (or 0x77324B) is unknown color: approx Flirt. HEX triplet: 77, 32 and 4B. RGB value is (119,50,75). Sum of RGB (Red+Green+Blue) = 119+50+75=244 (32% of max value = 765). Red value is 119 (46.88% from 255 or 48.77% from 244); Green value is 50 (19.92% from 255 or 20.49% from 244); Blue value is 75 (29.69% from 255 or 30.74% from 244); Max value from RGB is 119 - color contains mainly: red. Hex color #77324B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #77324B is #88CDB4. Grayscale: #494949. Windows color (decimal): -8965557 or 4928119. OLE color: 4928119.

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

Color convert

RGB1195075-
CMYK00.580.370.53
HSL338.26º40.83%33.14%-
HSV(B)338.26º57.98%46.67%-
XYZ10.026.717.42-
YUV73.48128.86160.47-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 48.77%
GREEN value IS 50 (19.92% from 255) = 20.49%
BLUE value IS 75 (29.69% from 255) = 30.74%
R=48.77%
G=20.49%
B=30.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.37
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119507500.580.370.53338.2640.8333.14
Hex77324B03A25351522921
Octal1676211307245655225141
Binary111011111001010010110111010100101110101101010010101001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77324B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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