Html Css Color HEX #752876 Seance

📋 copy color: '#752876'

red 117 ◦ green 40 ◦ blue 118

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

Shades of Seance #752876

Tints of Seance #752876

RGB

 RED value IS 117 (46.09% from 255) = 42.55%

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

 BLUE value IS 118 (46.48% from 255) = 42.91%

R = 42.55%
G = 14.55%
B = 42.91%

CMYK

 C value IS 0.01

 M value IS 0.66

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#752876 (or 0x752876) is known color: Seance. HEX triplet: 75, 28 and 76. RGB value is (117,40,118). Sum of RGB (Red+Green+Blue) = 117+40+118=275 (36% of max value = 765). Red value is 117 (46.09% from 255 or 42.55% from 275); Green value is 40 (16.02% from 255 or 14.55% from 275); Blue value is 118 (46.48% from 255 or 42.91% from 275); Max value from RGB is 118 - color contains mainly: blue. Hex color #752876 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #752876 is #8AD789. Grayscale: #474747. Windows color (decimal): -9099146 or 7743605. OLE color: 7743605.

HSL color Cylindrical-coordinate representation of color #752876: hue angle of 299.23º 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 #752876 is Cyan = 0.01, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 40 118 -
CMYK 0.01 0.66 0 0.54
HSL 299.23º 0.49% 0.31% -
HSV(B) 299.23º 0.66% 0.46% -
XYZ 11.36 6.61 17.82 -
YUV 71.92 154.01 160.16 -
System Red Green Blue C M Y K H S L
Decimal 117 40 118 0.01 0.66 0 0.54 299.23 0.49 0.31
Hex 75 28 76 1 42 0 36 12B 31 1F
Octal 165 50 166 1 102 0 66 453 61 37
Binary 1110101 101000 1110110 1 1000010 0 110110 100101011 110001 11111

Color Harmonies of #752876

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #752876

Black with #752876

Text Example


Text Example

White with #752876

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #752876; }

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

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

background-color css

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

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

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

border-color css

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

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

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