Html Css Color HEX #773170 Seance

📋 copy color: '#773170'

red 119 ◦ green 49 ◦ blue 112

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

Shades of Seance #773170

Tints of Seance #773170

RGB

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

 GREEN value IS 49 (19.53% from 255) = 17.5%

 BLUE value IS 112 (44.14% from 255) = 40%

R = 42.5%
G = 17.5%
B = 40%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.06

 K value IS 0.53

RGB Variations

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

Color information

#773170 (or 0x773170) is known color: Seance. HEX triplet: 77, 31 and 70. RGB value is (119,49,112). Sum of RGB (Red+Green+Blue) = 119+49+112=280 (37% of max value = 765). Red value is 119 (46.88% from 255 or 42.5% from 280); Green value is 49 (19.53% from 255 or 17.5% from 280); Blue value is 112 (44.14% from 255 or 40% from 280); Max value from RGB is 119 - color contains mainly: red. Hex color #773170 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #773170 is #88CE8F. Grayscale: #4C4C4C. Windows color (decimal): -8965776 or 7352695. OLE color: 7352695.

HSL color Cylindrical-coordinate representation of color #773170: hue angle of 306º degrees, saturation: 0.42, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #773170 is Cyan = 0, Magento = 0.59, Yellow = 0.06 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 49 112 -
CMYK 0 0.59 0.06 0.53
HSL 306º 0.42% 0.33% -
HSV(B) 306º 0.59% 0.47% -
XYZ 11.63 7.29 16.12 -
YUV 77.11 147.69 157.88 -
System Red Green Blue C M Y K H S L
Decimal 119 49 112 0 0.59 0.06 0.53 306 0.42 0.33
Hex 77 31 70 0 3B 6 35 132 2A 21
Octal 167 61 160 0 73 6 65 462 52 41
Binary 1110111 110001 1110000 0 111011 110 110101 100110010 101010 100001

Color Harmonies of #773170

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #773170

Black with #773170

Text Example


Text Example

White with #773170

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #773170; }

 p { color: rgb(119,49,112); }

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

background-color css

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

 a { background-color: rgb(119,49,112); }

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

border-color css

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

 span { border-color: rgb(119,49,112); }

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