#772640

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

Shades of Siren #772640

Tints of Siren #772640

Color information

#772640 (or 0x772640) is unknown color: approx Siren. HEX triplet: 77, 26 and 40. RGB value is (119,38,64). Sum of RGB (Red+Green+Blue) = 119+38+64=221 (29% of max value = 765). Red value is 119 (46.88% from 255 or 53.85% from 221); Green value is 38 (15.23% from 255 or 17.19% from 221); Blue value is 64 (25.39% from 255 or 28.96% from 221); Max value from RGB is 119 - color contains mainly: red. Hex color #772640 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #772640 is #88D9BF. Grayscale: #414141. Windows color (decimal): -8968640 or 4204151. OLE color: 4204151.

HSL color Cylindrical-coordinate representation of color #772640: hue angle of 340.74º 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 #772640 is Cyan = 0, Magento = 0.68, Yellow = 0.46 and Black (K on CMYK) = 0.53.

Color convert

RGB1193864-
CMYK00.680.460.53
HSL340.74º51.59%30.78%-
HSV(B)340.74º68.07%46.67%-
XYZ9.235.685.46-
YUV65.18127.34166.39-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 53.85%
GREEN value IS 38 (15.23% from 255) = 17.19%
BLUE value IS 64 (25.39% from 255) = 28.96%
R=53.85%
G=17.19%
B=28.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.46
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119386400.680.460.53340.7451.5930.78
Hex7726400442E35155341f
Octal16746100010456655256437
Binary111011110011010000000100010010111011010110101010111010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #772640

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #772640; }

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

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

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

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

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

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

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

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