Html Css Color HEX #77326F Seance

📋 copy color: '#77326F'

red 119 ◦ green 50 ◦ blue 111

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

Shades of Seance #77326F

Tints of Seance #77326F

RGB

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

 GREEN value IS 50 (19.92% from 255) = 17.86%

 BLUE value IS 111 (43.75% from 255) = 39.64%

R = 42.5%
G = 17.86%
B = 39.64%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.07

 K value IS 0.53

RGB Variations

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

Color information

#77326F (or 0x77326F) is known color: Seance. HEX triplet: 77, 32 and 6F. RGB value is (119,50,111). Sum of RGB (Red+Green+Blue) = 119+50+111=280 (37% of max value = 765). Red value is 119 (46.88% from 255 or 42.5% from 280); Green value is 50 (19.92% from 255 or 17.86% from 280); Blue value is 111 (43.75% from 255 or 39.64% from 280); Max value from RGB is 119 - color contains mainly: red. Hex color #77326F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #77326F is #88CD90. Grayscale: #4D4D4D. Windows color (decimal): -8965521 or 7287415. OLE color: 7287415.

HSL color Cylindrical-coordinate representation of color #77326F: hue angle of 306.96º degrees, saturation: 0.41, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #77326F is Cyan = 0, Magento = 0.58, Yellow = 0.07 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 50 111 -
CMYK 0 0.58 0.07 0.53
HSL 306.96º 0.41% 0.33% -
HSV(B) 306.96º 0.58% 0.47% -
XYZ 11.62 7.35 15.85 -
YUV 77.59 146.86 157.54 -
System Red Green Blue C M Y K H S L
Decimal 119 50 111 0 0.58 0.07 0.53 306.96 0.41 0.33
Hex 77 32 6F 0 3A 7 35 133 29 21
Octal 167 62 157 0 72 7 65 463 51 41
Binary 1110111 110010 1101111 0 111010 111 110101 100110011 101001 100001

Color Harmonies of #77326F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77326F

Black with #77326F

Text Example


Text Example

White with #77326F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #77326F; }

 p { color: rgb(119,50,111); }

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

background-color css

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

 a { background-color: rgb(119,50,111); }

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

border-color css

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

 span { border-color: rgb(119,50,111); }

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