Html Css Color HEX #763070 Seance

📋 copy color: '#763070'

red 118 ◦ green 48 ◦ blue 112

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

Shades of Seance #763070

Tints of Seance #763070

RGB

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

 GREEN value IS 48 (19.14% from 255) = 17.27%

 BLUE value IS 112 (44.14% from 255) = 40.29%

R = 42.45%
G = 17.27%
B = 40.29%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.05

 K value IS 0.54

RGB Variations

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

Color information

#763070 (or 0x763070) is known color: Seance. HEX triplet: 76, 30 and 70. RGB value is (118,48,112). Sum of RGB (Red+Green+Blue) = 118+48+112=278 (36% of max value = 765). Red value is 118 (46.48% from 255 or 42.45% from 278); Green value is 48 (19.14% from 255 or 17.27% from 278); Blue value is 112 (44.14% from 255 or 40.29% from 278); Max value from RGB is 118 - color contains mainly: red. Hex color #763070 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #763070 is #89CF8F. Grayscale: #4C4C4C. Windows color (decimal): -9031568 or 7352438. OLE color: 7352438.

HSL color Cylindrical-coordinate representation of color #763070: hue angle of 305.14º degrees, saturation: 0.42, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #763070 is Cyan = 0, Magento = 0.59, Yellow = 0.05 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 48 112 -
CMYK 0 0.59 0.05 0.54
HSL 305.14º 0.42% 0.33% -
HSV(B) 305.14º 0.59% 0.46% -
XYZ 11.45 7.14 16.1 -
YUV 76.23 148.19 157.8 -
System Red Green Blue C M Y K H S L
Decimal 118 48 112 0 0.59 0.05 0.54 305.14 0.42 0.33
Hex 76 30 70 0 3B 5 36 131 2A 21
Octal 166 60 160 0 73 5 66 461 52 41
Binary 1110110 110000 1110000 0 111011 101 110110 100110001 101010 100001

Color Harmonies of #763070

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #763070

Black with #763070

Text Example


Text Example

White with #763070

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #763070; }

 p { color: rgb(118,48,112); }

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

background-color css

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

 a { background-color: rgb(118,48,112); }

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

border-color css

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

 span { border-color: rgb(118,48,112); }

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