Html Css Color HEX #762740 Siren

📋 copy color: '#762740'

red 118 ◦ green 39 ◦ blue 64

#762740
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Siren #762740

Tints of Siren #762740

RGB

 RED value IS 118 (46.48% from 255) = 53.39%

 GREEN value IS 39 (15.63% 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 value IS 0

 M value IS 0.67

 Y value IS 0.46

 K value IS 0.54

RGB Variations

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

Color information

#762740 (or 0x762740) is known color: 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

RGB 118 39 64 -
CMYK 0 0.67 0.46 0.54
HSL 341.01º 0.5% 0.31% -
HSV(B) 341.01º 0.67% 0.46% -
XYZ 9.12 5.67 5.46 -
YUV 65.47 127.17 165.47 -
System Red Green Blue C M Y K H S L
Decimal 118 39 64 0 0.67 0.46 0.54 341.01 0.5 0.31
Hex 76 27 40 0 43 2E 36 155 32 1F
Octal 166 47 100 0 103 56 66 525 62 37
Binary 1110110 100111 1000000 0 1000011 101110 110110 101010101 110010 11111

Color Harmonies of #762740

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #762740

Black with #762740

Text Example


Text Example

White with #762740

Text Example


Text Example

HTML Codes & Css Web 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>