#772A40

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

Shades of Siren #772A40

Tints of Siren #772A40

Color information

#772A40 (or 0x772A40) is unknown color: approx Siren. HEX triplet: 77, 2A and 40. RGB value is (119,42,64). Sum of RGB (Red+Green+Blue) = 119+42+64=225 (29% of max value = 765). Red value is 119 (46.88% from 255 or 52.89% from 225); Green value is 42 (16.80% from 255 or 18.67% from 225); Blue value is 64 (25.39% from 255 or 28.44% from 225); Max value from RGB is 119 - color contains mainly: red. Hex color #772A40 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #772A40 is #88D5BF. Grayscale: #434343. Windows color (decimal): -8967616 or 4205175. OLE color: 4205175.

HSL color Cylindrical-coordinate representation of color #772A40: hue angle of 342.86º degrees, saturation: 0.48, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #772A40 is Cyan = 0, Magento = 0.65, Yellow = 0.46 and Black (K on CMYK) = 0.53.

Color convert

RGB1194264-
CMYK00.650.460.53
HSL342.86º47.83%31.57%-
HSV(B)342.86º64.71%46.67%-
XYZ9.365.955.51-
YUV67.53126.01164.71-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 52.89%
GREEN value IS 42 (16.80% from 255) = 18.67%
BLUE value IS 64 (25.39% from 255) = 28.44%
R=52.89%
G=18.67%
B=28.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.46
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119426400.650.460.53342.8647.8331.57
Hex772A400412E351573020
Octal16752100010156655276040
Binary1110111101010100000001000001101110110101101010111110000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #772A40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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