Html Css Color HEX #772A3F Siren

📋 copy color: '#772A3F'

red 119 ◦ green 42 ◦ blue 63

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

Shades of Siren #772A3F

Tints of Siren #772A3F

RGB

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

 GREEN value IS 42 (16.8% from 255) = 18.75%

 BLUE value IS 63 (25% from 255) = 28.13%

R = 53.13%
G = 18.75%
B = 28.13%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.47

 K value IS 0.53

RGB Variations

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

Color information

#772A3F (or 0x772A3F) is known color: Siren. HEX triplet: 77, 2A and 3F. RGB value is (119,42,63). Sum of RGB (Red+Green+Blue) = 119+42+63=224 (29% of max value = 765). Red value is 119 (46.88% from 255 or 53.12% from 224); Green value is 42 (16.80% from 255 or 18.75% from 224); Blue value is 63 (25% from 255 or 28.12% from 224); Max value from RGB is 119 - color contains mainly: red. Hex color #772A3F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #772A3F is #88D5C0. Grayscale: #434343. Windows color (decimal): -8967617 or 4139639. OLE color: 4139639.

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

Color convert

RGB 119 42 63 -
CMYK 0 0.65 0.47 0.53
HSL 343.64º 0.48% 0.32% -
HSV(B) 343.64º 0.65% 0.47% -
XYZ 9.33 5.94 5.36 -
YUV 67.42 125.51 164.79 -
System Red Green Blue C M Y K H S L
Decimal 119 42 63 0 0.65 0.47 0.53 343.64 0.48 0.32
Hex 77 2A 3F 0 41 2F 35 158 30 20
Octal 167 52 77 0 101 57 65 530 60 40
Binary 1110111 101010 111111 0 1000001 101111 110101 101011000 110000 100000

Color Harmonies of #772A3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #772A3F

Black with #772A3F

Text Example


Text Example

White with #772A3F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,42,63); }

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

background-color css

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

 a { background-color: rgb(119,42,63); }

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

border-color css

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

 span { border-color: rgb(119,42,63); }

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