#762740

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

Shades of Siren #762740

Tints of Siren #762740

Color information

#762740 (or 0x762740) is unknown color: approx Siren. HEX triplet: 76, 27 and 40. RGB value is (118,39,64). Sum of RGB (Red+Green+Blue) = 118+39+64=221 (29% of max value = 765). Red value is 118 (46.48% from 255 or 53.39% from 221); Green value is 39 (15.62% from 255 or 17.65% from 221); Blue value is 64 (25.39% from 255 or 28.96% from 221); Max value from RGB is 118 - color contains mainly: red. Hex color #762740 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #762740 is #89D8BF. Grayscale: #414141. Windows color (decimal): -9033920 or 4204406. OLE color: 4204406.

HSL color Cylindrical-coordinate representation of color #762740: hue angle of 341.01º degrees, saturation: 0.5, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #762740 is Cyan = 0, Magento = 0.67, Yellow = 0.46 and Black (K on CMYK) = 0.54.

Color convert

RGB1183964-
CMYK00.670.460.54
HSL341.01º50.32%30.78%-
HSV(B)341.01º66.95%46.27%-
XYZ9.125.675.46-
YUV65.47127.17165.47-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 53.39%
GREEN value IS 39 (15.62% from 255) = 17.65%
BLUE value IS 64 (25.39% from 255) = 28.96%
R=53.39%
G=17.65%
B=28.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.46
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118396400.670.460.54341.0150.3230.78
Hex7627400432E36155321f
Octal16647100010356665256237
Binary111011010011110000000100001110111011011010101010111001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #762740

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #762740; }

 p { color: rgb(118,39,64); }

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

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

 a { background-color: rgb(118,39,64); }

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

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

 span { border-color: rgb(118,39,64); }

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