Html Css Color HEX #772540 Siren

📋 copy color: '#772540'

red 119 ◦ green 37 ◦ blue 64

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

Shades of Siren #772540

Tints of Siren #772540

RGB

 RED value IS 119 (46.88% from 255) = 54.09%

 GREEN value IS 37 (14.84% from 255) = 16.82%

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

R = 54.09%
G = 16.82%
B = 29.09%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.46

 K value IS 0.53

RGB Variations

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

Color information

#772540 (or 0x772540) is known color: Siren. HEX triplet: 77, 25 and 40. RGB value is (119,37,64). Sum of RGB (Red+Green+Blue) = 119+37+64=220 (29% of max value = 765). Red value is 119 (46.88% from 255 or 54.09% from 220); Green value is 37 (14.84% from 255 or 16.82% from 220); Blue value is 64 (25.39% from 255 or 29.09% from 220); Max value from RGB is 119 - color contains mainly: red. Hex color #772540 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #772540 is #88DABF. Grayscale: #404040. Windows color (decimal): -8968896 or 4203895. OLE color: 4203895.

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

Color convert

RGB 119 37 64 -
CMYK 0 0.69 0.46 0.53
HSL 340.24º 0.53% 0.31% -
HSV(B) 340.24º 0.69% 0.47% -
XYZ 9.19 5.62 5.45 -
YUV 64.6 127.67 166.8 -
System Red Green Blue C M Y K H S L
Decimal 119 37 64 0 0.69 0.46 0.53 340.24 0.53 0.31
Hex 77 25 40 0 45 2E 35 154 35 1F
Octal 167 45 100 0 105 56 65 524 65 37
Binary 1110111 100101 1000000 0 1000101 101110 110101 101010100 110101 11111

Color Harmonies of #772540

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #772540

Black with #772540

Text Example


Text Example

White with #772540

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #772540; }

 p { color: rgb(119,37,64); }

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

background-color css

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

 a { background-color: rgb(119,37,64); }

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

border-color css

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

 span { border-color: rgb(119,37,64); }

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