Html Css Color HEX #773070 Seance

📋 copy color: '#773070'

red 119 ◦ green 48 ◦ blue 112

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

Shades of Seance #773070

Tints of Seance #773070

RGB

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

 GREEN value IS 48 (19.14% from 255) = 17.2%

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

R = 42.65%
G = 17.2%
B = 40.14%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.06

 K value IS 0.53

RGB Variations

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

Color information

#773070 (or 0x773070) is known color: Seance. HEX triplet: 77, 30 and 70. RGB value is (119,48,112). Sum of RGB (Red+Green+Blue) = 119+48+112=279 (36% of max value = 765). Red value is 119 (46.88% from 255 or 42.65% from 279); Green value is 48 (19.14% from 255 or 17.20% from 279); Blue value is 112 (44.14% from 255 or 40.14% from 279); Max value from RGB is 119 - color contains mainly: red. Hex color #773070 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #773070 is #88CF8F. Grayscale: #4C4C4C. Windows color (decimal): -8966032 or 7352439. OLE color: 7352439.

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

Color convert

RGB 119 48 112 -
CMYK 0 0.60 0.06 0.53
HSL 305.92º 0.43% 0.33% -
HSV(B) 305.92º 0.6% 0.47% -
XYZ 11.59 7.21 16.11 -
YUV 76.53 148.02 158.3 -
System Red Green Blue C M Y K H S L
Decimal 119 48 112 0 0.60 0.06 0.53 305.92 0.43 0.33
Hex 77 30 70 0 3C 6 35 132 2B 21
Octal 167 60 160 0 74 6 65 462 53 41
Binary 1110111 110000 1110000 0 111100 110 110101 100110010 101011 100001

Color Harmonies of #773070

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #773070

Black with #773070

Text Example


Text Example

White with #773070

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #773070; }

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

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

background-color css

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

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

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

border-color css

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

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

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