#772f48

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

Shades of Flirt #772F48

Tints of Flirt #772F48

Color information

#772F48 (or 0x772F48) is unknown color: approx Flirt. HEX triplet: 77, 2F and 48. RGB value is (119,47,72). Sum of RGB (Red+Green+Blue) = 119+47+72=238 (31% of max value = 765). Red value is 119 (46.88% from 255 or 50% from 238); Green value is 47 (18.75% from 255 or 19.75% from 238); Blue value is 72 (28.52% from 255 or 30.25% from 238); Max value from RGB is 119 - color contains mainly: red. Hex color #772F48 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #772F48 is #88D0B7. Grayscale: #474747. Windows color (decimal): -8966328 or 4730743. OLE color: 4730743.

HSL color Cylindrical-coordinate representation of color #772F48: hue angle of 339.17º degrees, saturation: 0.43, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #772F48 is Cyan = 0, Magento = 0.61, Yellow = 0.39 and Black (K on CMYK) = 0.53.

Color convert

RGB1194772-
CMYK00.610.390.53
HSL339.17º43.37%32.55%-
HSV(B)339.17º60.5%46.67%-
XYZ9.796.426.85-
YUV71.38128.35161.97-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 50%
GREEN value IS 47 (18.75% from 255) = 19.75%
BLUE value IS 72 (28.52% from 255) = 30.25%
R=50%
G=19.75%
B=30.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.39
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119477200.610.390.53339.1743.3732.55
Hex772F4803D27351532b21
Octal1675711007547655235341
Binary111011110111110010000111101100111110101101010011101011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #772f48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #772f48; }

 p { color: rgb(119,47,72); }

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

<style>
 a { background-color: #772f48; }

 a { background-color: rgb(119,47,72); }

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

<style>
 span { border-color: #772f48; }

 span { border-color: rgb(119,47,72); }

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