Html Css Color HEX #772A71 Seance

📋 copy color: '#772A71'

red 119 ◦ green 42 ◦ blue 113

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

Shades of Seance #772A71

Tints of Seance #772A71

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 41.24%

R = 43.43%
G = 15.33%
B = 41.24%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.05

 K value IS 0.53

RGB Variations

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

Color information

#772A71 (or 0x772A71) is known color: Seance. HEX triplet: 77, 2A and 71. RGB value is (119,42,113). Sum of RGB (Red+Green+Blue) = 119+42+113=274 (36% of max value = 765). Red value is 119 (46.88% from 255 or 43.43% from 274); Green value is 42 (16.80% from 255 or 15.33% from 274); Blue value is 113 (44.53% from 255 or 41.24% from 274); Max value from RGB is 119 - color contains mainly: red. Hex color #772A71 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #772A71 is #88D58E. Grayscale: #484848. Windows color (decimal): -8967567 or 7416439. OLE color: 7416439.

HSL color Cylindrical-coordinate representation of color #772A71: hue angle of 304.68º 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 #772A71 is Cyan = 0, Magento = 0.65, Yellow = 0.05 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 42 113 -
CMYK 0 0.65 0.05 0.53
HSL 304.68º 0.48% 0.32% -
HSV(B) 304.68º 0.65% 0.47% -
XYZ 11.42 6.77 16.33 -
YUV 73.12 150.51 160.73 -
System Red Green Blue C M Y K H S L
Decimal 119 42 113 0 0.65 0.05 0.53 304.68 0.48 0.32
Hex 77 2A 71 0 41 5 35 131 30 20
Octal 167 52 161 0 101 5 65 461 60 40
Binary 1110111 101010 1110001 0 1000001 101 110101 100110001 110000 100000

Color Harmonies of #772A71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #772A71

Black with #772A71

Text Example


Text Example

White with #772A71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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