Html Css Color HEX #76346E Seance

📋 copy color: '#76346E'

red 118 ◦ green 52 ◦ blue 110

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

Shades of Seance #76346E

Tints of Seance #76346E

RGB

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

 GREEN value IS 52 (20.7% from 255) = 18.57%

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

R = 42.14%
G = 18.57%
B = 39.29%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.07

 K value IS 0.54

RGB Variations

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

Color information

#76346E (or 0x76346E) is known color: Seance. HEX triplet: 76, 34 and 6E. RGB value is (118,52,110). Sum of RGB (Red+Green+Blue) = 118+52+110=280 (37% of max value = 765). Red value is 118 (46.48% from 255 or 42.14% from 280); Green value is 52 (20.70% from 255 or 18.57% from 280); Blue value is 110 (43.36% from 255 or 39.29% from 280); Max value from RGB is 118 - color contains mainly: red. Hex color #76346E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #76346E is #89CB91. Grayscale: #4E4E4E. Windows color (decimal): -9030546 or 7222390. OLE color: 7222390.

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

Color convert

RGB 118 52 110 -
CMYK 0 0.56 0.07 0.54
HSL 307.27º 0.39% 0.33% -
HSV(B) 307.27º 0.56% 0.46% -
XYZ 11.51 7.43 15.58 -
YUV 78.35 145.87 156.28 -
System Red Green Blue C M Y K H S L
Decimal 118 52 110 0 0.56 0.07 0.54 307.27 0.39 0.33
Hex 76 34 6E 0 38 7 36 133 27 21
Octal 166 64 156 0 70 7 66 463 47 41
Binary 1110110 110100 1101110 0 111000 111 110110 100110011 100111 100001

Color Harmonies of #76346E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76346E

Black with #76346E

Text Example


Text Example

White with #76346E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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