#772641

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

Shades of Flirt #772641

Tints of Flirt #772641

Color information

#772641 (or 0x772641) is unknown color: approx Flirt. HEX triplet: 77, 26 and 41. RGB value is (119,38,65). Sum of RGB (Red+Green+Blue) = 119+38+65=222 (29% of max value = 765). Red value is 119 (46.88% from 255 or 53.60% from 222); Green value is 38 (15.23% from 255 or 17.12% from 222); Blue value is 65 (25.78% from 255 or 29.28% from 222); Max value from RGB is 119 - color contains mainly: red. Hex color #772641 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #772641 is #88D9BE. Grayscale: #414141. Windows color (decimal): -8968639 or 4269687. OLE color: 4269687.

HSL color Cylindrical-coordinate representation of color #772641: hue angle of 340º degrees, saturation: 0.52, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #772641 is Cyan = 0, Magento = 0.68, Yellow = 0.45 and Black (K on CMYK) = 0.53.

Color convert

RGB1193865-
CMYK00.680.450.53
HSL340º51.59%30.78%-
HSV(B)340º68.07%46.67%-
XYZ9.255.695.61-
YUV65.3127.84166.3-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 53.60%
GREEN value IS 38 (15.23% from 255) = 17.12%
BLUE value IS 65 (25.78% from 255) = 29.28%
R=53.60%
G=17.12%
B=29.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.45
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119386500.680.450.5334051.5930.78
Hex7726410442D35154341f
Octal16746101010455655246437
Binary111011110011010000010100010010110111010110101010011010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #772641

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #772641; }

 p { color: rgb(119,38,65); }

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

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

 a { background-color: rgb(119,38,65); }

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

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

 span { border-color: rgb(119,38,65); }

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