Html Css Color HEX #772B40 Siren

📋 copy color: '#772B40'

red 119 ◦ green 43 ◦ blue 64

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

Shades of Siren #772B40

Tints of Siren #772B40

RGB

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

 GREEN value IS 43 (17.19% from 255) = 19.03%

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

R = 52.65%
G = 19.03%
B = 28.32%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.46

 K value IS 0.53

RGB Variations

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

Color information

#772B40 (or 0x772B40) is known color: Siren. HEX triplet: 77, 2B and 40. RGB value is (119,43,64). Sum of RGB (Red+Green+Blue) = 119+43+64=226 (29% of max value = 765). Red value is 119 (46.88% from 255 or 52.65% from 226); Green value is 43 (17.19% from 255 or 19.03% from 226); Blue value is 64 (25.39% from 255 or 28.32% from 226); Max value from RGB is 119 - color contains mainly: red. Hex color #772B40 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #772B40 is #88D4BF. Grayscale: #444444. Windows color (decimal): -8967360 or 4205431. OLE color: 4205431.

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

Color convert

RGB 119 43 64 -
CMYK 0 0.64 0.46 0.53
HSL 343.42º 0.47% 0.32% -
HSV(B) 343.42º 0.64% 0.47% -
XYZ 9.4 6.02 5.52 -
YUV 68.12 125.68 164.29 -
System Red Green Blue C M Y K H S L
Decimal 119 43 64 0 0.64 0.46 0.53 343.42 0.47 0.32
Hex 77 2B 40 0 40 2E 35 157 2F 20
Octal 167 53 100 0 100 56 65 527 57 40
Binary 1110111 101011 1000000 0 1000000 101110 110101 101010111 101111 100000

Color Harmonies of #772B40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #772B40

Black with #772B40

Text Example


Text Example

White with #772B40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #772B40; }

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

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

background-color css

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

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

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

border-color css

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

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

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