#762E40

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

Shades of Siren #762E40

Tints of Siren #762E40

Color information

#762E40 (or 0x762E40) is unknown color: approx Siren. HEX triplet: 76, 2E and 40. RGB value is (118,46,64). Sum of RGB (Red+Green+Blue) = 118+46+64=228 (30% of max value = 765). Red value is 118 (46.48% from 255 or 51.75% from 228); Green value is 46 (18.36% from 255 or 20.18% from 228); Blue value is 64 (25.39% from 255 or 28.07% from 228); Max value from RGB is 118 - color contains mainly: red. Hex color #762E40 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #762E40 is #89D1BF. Grayscale: #454545. Windows color (decimal): -9032128 or 4206198. OLE color: 4206198.

HSL color Cylindrical-coordinate representation of color #762E40: hue angle of 345º degrees, saturation: 0.44, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #762E40 is Cyan = 0, Magento = 0.61, Yellow = 0.46 and Black (K on CMYK) = 0.54.

Color convert

RGB1184664-
CMYK00.610.460.54
HSL345º43.9%32.16%-
HSV(B)345º61.02%46.27%-
XYZ9.376.185.55-
YUV69.58124.85162.54-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 51.75%
GREEN value IS 46 (18.36% from 255) = 20.18%
BLUE value IS 64 (25.39% from 255) = 28.07%
R=51.75%
G=20.18%
B=28.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.46
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118466400.610.460.5434543.932.16
Hex762E4003D2E361592c20
Octal1665610007556665315440
Binary111011010111010000000111101101110110110101011001101100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #762E40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #762E40; }

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

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

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

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

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

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

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

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