Html Css Color HEX #762873 Seance

📋 copy color: '#762873'

red 118 ◦ green 40 ◦ blue 115

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

Shades of Seance #762873

Tints of Seance #762873

RGB

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

 GREEN value IS 40 (16.02% from 255) = 14.65%

 BLUE value IS 115 (45.31% from 255) = 42.12%

R = 43.22%
G = 14.65%
B = 42.12%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.03

 K value IS 0.54

RGB Variations

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

Color information

#762873 (or 0x762873) is known color: Seance. HEX triplet: 76, 28 and 73. RGB value is (118,40,115). Sum of RGB (Red+Green+Blue) = 118+40+115=273 (36% of max value = 765). Red value is 118 (46.48% from 255 or 43.22% from 273); Green value is 40 (16.02% from 255 or 14.65% from 273); Blue value is 115 (45.31% from 255 or 42.12% from 273); Max value from RGB is 118 - color contains mainly: red. Hex color #762873 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #762873 is #89D78C. Grayscale: #474747. Windows color (decimal): -9033613 or 7546998. OLE color: 7546998.

HSL color Cylindrical-coordinate representation of color #762873: hue angle of 302.31º degrees, saturation: 0.49, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #762873 is Cyan = 0, Magento = 0.66, Yellow = 0.03 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 40 115 -
CMYK 0 0.66 0.03 0.54
HSL 302.31º 0.49% 0.31% -
HSV(B) 302.31º 0.66% 0.46% -
XYZ 11.32 6.61 16.9 -
YUV 71.87 152.34 160.9 -
System Red Green Blue C M Y K H S L
Decimal 118 40 115 0 0.66 0.03 0.54 302.31 0.49 0.31
Hex 76 28 73 0 42 3 36 12E 31 1F
Octal 166 50 163 0 102 3 66 456 61 37
Binary 1110110 101000 1110011 0 1000010 11 110110 100101110 110001 11111

Color Harmonies of #762873

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #762873

Black with #762873

Text Example


Text Example

White with #762873

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #762873; }

 p { color: rgb(118,40,115); }

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

background-color css

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

 a { background-color: rgb(118,40,115); }

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

border-color css

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

 span { border-color: rgb(118,40,115); }

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