Html Css Color HEX #762340 Siren

📋 copy color: '#762340'

red 118 ◦ green 35 ◦ blue 64

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

Shades of Siren #762340

Tints of Siren #762340

RGB

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

 GREEN value IS 35 (14.06% from 255) = 16.13%

 BLUE value IS 64 (25.39% from 255) = 29.49%

R = 54.38%
G = 16.13%
B = 29.49%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.46

 K value IS 0.54

RGB Variations

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

Color information

#762340 (or 0x762340) is known color: Siren. HEX triplet: 76, 23 and 40. RGB value is (118,35,64). Sum of RGB (Red+Green+Blue) = 118+35+64=217 (28% of max value = 765). Red value is 118 (46.48% from 255 or 54.38% from 217); Green value is 35 (14.06% from 255 or 16.13% from 217); Blue value is 64 (25.39% from 255 or 29.49% from 217); Max value from RGB is 118 - color contains mainly: red. Hex color #762340 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #762340 is #89DCBF. Grayscale: #3F3F3F. Windows color (decimal): -9034944 or 4203382. OLE color: 4203382.

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

Color convert

RGB 118 35 64 -
CMYK 0 0.70 0.46 0.54
HSL 339.04º 0.54% 0.3% -
HSV(B) 339.04º 0.7% 0.46% -
XYZ 9 5.42 5.42 -
YUV 63.12 128.5 167.14 -
System Red Green Blue C M Y K H S L
Decimal 118 35 64 0 0.70 0.46 0.54 339.04 0.54 0.3
Hex 76 23 40 0 46 2E 36 153 36 1E
Octal 166 43 100 0 106 56 66 523 66 36
Binary 1110110 100011 1000000 0 1000110 101110 110110 101010011 110110 11110

Color Harmonies of #762340

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #762340

Black with #762340

Text Example


Text Example

White with #762340

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #762340; }

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

 H1.HeaderClassName
 {
   color: #762340;
 }
 .AnyTagClassName
 {
   color: #762340;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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