Html Css Color HEX #76326E Seance

📋 copy color: '#76326E'

red 118 ◦ green 50 ◦ blue 110

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

Shades of Seance #76326E

Tints of Seance #76326E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 39.57%

R = 42.45%
G = 17.99%
B = 39.57%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.07

 K value IS 0.54

RGB Variations

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

Color information

#76326E (or 0x76326E) is known color: Seance. HEX triplet: 76, 32 and 6E. RGB value is (118,50,110). Sum of RGB (Red+Green+Blue) = 118+50+110=278 (36% of max value = 765). Red value is 118 (46.48% from 255 or 42.45% from 278); Green value is 50 (19.92% from 255 or 17.99% from 278); Blue value is 110 (43.36% from 255 or 39.57% from 278); Max value from RGB is 118 - color contains mainly: red. Hex color #76326E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #76326E is #89CD91. Grayscale: #4D4D4D. Windows color (decimal): -9031058 or 7221878. OLE color: 7221878.

HSL color Cylindrical-coordinate representation of color #76326E: hue angle of 307.06º 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 #76326E is Cyan = 0, Magento = 0.58, Yellow = 0.07 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 50 110 -
CMYK 0 0.58 0.07 0.54
HSL 307.06º 0.4% 0.33% -
HSV(B) 307.06º 0.58% 0.46% -
XYZ 11.43 7.26 15.55 -
YUV 77.17 146.53 157.12 -
System Red Green Blue C M Y K H S L
Decimal 118 50 110 0 0.58 0.07 0.54 307.06 0.4 0.33
Hex 76 32 6E 0 3A 7 36 133 28 21
Octal 166 62 156 0 72 7 66 463 50 41
Binary 1110110 110010 1101110 0 111010 111 110110 100110011 101000 100001

Color Harmonies of #76326E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76326E

Black with #76326E

Text Example


Text Example

White with #76326E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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