#772B3F

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

Shades of Siren #772B3F

Tints of Siren #772B3F

Color information

#772B3F (or 0x772B3F) is unknown color: approx Siren. HEX triplet: 77, 2B and 3F. RGB value is (119,43,63). Sum of RGB (Red+Green+Blue) = 119+43+63=225 (29% of max value = 765). Red value is 119 (46.88% from 255 or 52.89% from 225); Green value is 43 (17.19% from 255 or 19.11% from 225); Blue value is 63 (25% from 255 or 28% from 225); Max value from RGB is 119 - color contains mainly: red. Hex color #772B3F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #772B3F is #88D4C0. Grayscale: #444444. Windows color (decimal): -8967361 or 4139895. OLE color: 4139895.

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

Color convert

RGB1194363-
CMYK00.640.470.53
HSL344.21º46.91%31.76%-
HSV(B)344.21º63.87%46.67%-
XYZ9.376.015.37-
YUV68125.18164.37-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 52.89%
GREEN value IS 43 (17.19% from 255) = 19.11%
BLUE value IS 63 (25% from 255) = 28%
R=52.89%
G=19.11%
B=28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.47
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119436300.640.470.53344.2146.9131.76
Hex772B3F0402F351582f20
Octal1675377010057655305740
Binary111011110101111111101000000101111110101101011000101111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #772B3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(119,43,63); }

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

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

 a { background-color: rgb(119,43,63); }

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

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

 span { border-color: rgb(119,43,63); }

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