Html Css Color HEX #772878 Seance

📋 copy color: '#772878'

red 119 ◦ green 40 ◦ blue 120

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

Shades of Seance #772878

Tints of Seance #772878

RGB

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

 GREEN value IS 40 (16.02% from 255) = 14.34%

 BLUE value IS 120 (47.27% from 255) = 43.01%

R = 42.65%
G = 14.34%
B = 43.01%

CMYK

 C value IS 0.01

 M value IS 0.67

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#772878 (or 0x772878) is known color: Seance. HEX triplet: 77, 28 and 78. RGB value is (119,40,120). Sum of RGB (Red+Green+Blue) = 119+40+120=279 (36% of max value = 765). Red value is 119 (46.88% from 255 or 42.65% from 279); Green value is 40 (16.02% from 255 or 14.34% from 279); Blue value is 120 (47.27% from 255 or 43.01% from 279); Max value from RGB is 120 - color contains mainly: blue. Hex color #772878 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #772878 is #88D787. Grayscale: #484848. Windows color (decimal): -8968072 or 7874679. OLE color: 7874679.

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

Color convert

RGB 119 40 120 -
CMYK 0.01 0.67 0 0.53
HSL 299.25º 0.5% 0.31% -
HSV(B) 299.25º 0.67% 0.47% -
XYZ 11.76 6.8 18.46 -
YUV 72.74 154.67 161 -
System Red Green Blue C M Y K H S L
Decimal 119 40 120 0.01 0.67 0 0.53 299.25 0.5 0.31
Hex 77 28 78 1 43 0 35 12B 32 1F
Octal 167 50 170 1 103 0 65 453 62 37
Binary 1110111 101000 1111000 1 1000011 0 110101 100101011 110010 11111

Color Harmonies of #772878

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #772878

Black with #772878

Text Example


Text Example

White with #772878

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #772878; }

 p { color: rgb(119,40,120); }

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

background-color css

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

 a { background-color: rgb(119,40,120); }

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

border-color css

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

 span { border-color: rgb(119,40,120); }

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