Html Css Color HEX #76336E Seance

📋 copy color: '#76336E'

red 118 ◦ green 51 ◦ blue 110

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

Shades of Seance #76336E

Tints of Seance #76336E

RGB

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

 GREEN value IS 51 (20.31% from 255) = 18.28%

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

R = 42.29%
G = 18.28%
B = 39.43%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.07

 K value IS 0.54

RGB Variations

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

Color information

#76336E (or 0x76336E) is known color: Seance. HEX triplet: 76, 33 and 6E. RGB value is (118,51,110). Sum of RGB (Red+Green+Blue) = 118+51+110=279 (36% of max value = 765). Red value is 118 (46.48% from 255 or 42.29% from 279); Green value is 51 (20.31% from 255 or 18.28% from 279); Blue value is 110 (43.36% from 255 or 39.43% from 279); Max value from RGB is 118 - color contains mainly: red. Hex color #76336E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #76336E is #89CC91. Grayscale: #4D4D4D. Windows color (decimal): -9030802 or 7222134. OLE color: 7222134.

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

Color convert

RGB 118 51 110 -
CMYK 0 0.57 0.07 0.54
HSL 307.16º 0.4% 0.33% -
HSV(B) 307.16º 0.57% 0.46% -
XYZ 11.47 7.34 15.57 -
YUV 77.76 146.2 156.7 -
System Red Green Blue C M Y K H S L
Decimal 118 51 110 0 0.57 0.07 0.54 307.16 0.4 0.33
Hex 76 33 6E 0 39 7 36 133 28 21
Octal 166 63 156 0 71 7 66 463 50 41
Binary 1110110 110011 1101110 0 111001 111 110110 100110011 101000 100001

Color Harmonies of #76336E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76336E

Black with #76336E

Text Example


Text Example

White with #76336E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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