Html Css Color HEX #76326F Seance

📋 copy color: '#76326F'

red 118 ◦ green 50 ◦ blue 111

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

Shades of Seance #76326F

Tints of Seance #76326F

RGB

 RED value IS 118 (46.48% from 255) = 42.29%

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

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

R = 42.29%
G = 17.92%
B = 39.78%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.06

 K value IS 0.54

RGB Variations

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

Color information

#76326F (or 0x76326F) is known color: Seance. HEX triplet: 76, 32 and 6F. RGB value is (118,50,111). Sum of RGB (Red+Green+Blue) = 118+50+111=279 (36% of max value = 765). Red value is 118 (46.48% from 255 or 42.29% from 279); Green value is 50 (19.92% from 255 or 17.92% from 279); Blue value is 111 (43.75% from 255 or 39.78% from 279); Max value from RGB is 118 - color contains mainly: red. Hex color #76326F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #76326F is #89CD90. Grayscale: #4D4D4D. Windows color (decimal): -9031057 or 7287414. OLE color: 7287414.

HSL color Cylindrical-coordinate representation of color #76326F: hue angle of 306.18º degrees, saturation: 0.4, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #76326F is Cyan = 0, Magento = 0.58, Yellow = 0.06 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 50 111 -
CMYK 0 0.58 0.06 0.54
HSL 306.18º 0.4% 0.33% -
HSV(B) 306.18º 0.58% 0.46% -
XYZ 11.48 7.28 15.84 -
YUV 77.29 147.03 157.04 -
System Red Green Blue C M Y K H S L
Decimal 118 50 111 0 0.58 0.06 0.54 306.18 0.4 0.33
Hex 76 32 6F 0 3A 6 36 132 28 21
Octal 166 62 157 0 72 6 66 462 50 41
Binary 1110110 110010 1101111 0 111010 110 110110 100110010 101000 100001

Color Harmonies of #76326F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76326F

Black with #76326F

Text Example


Text Example

White with #76326F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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