Html Css Color HEX #752776 Seance

📋 copy color: '#752776'

red 117 ◦ green 39 ◦ blue 118

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

Shades of Seance #752776

Tints of Seance #752776

RGB

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

 GREEN value IS 39 (15.63% from 255) = 14.23%

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

R = 42.7%
G = 14.23%
B = 43.07%

CMYK

 C value IS 0.01

 M value IS 0.67

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#752776 (or 0x752776) is known color: Seance. HEX triplet: 75, 27 and 76. RGB value is (117,39,118). Sum of RGB (Red+Green+Blue) = 117+39+118=274 (36% of max value = 765). Red value is 117 (46.09% from 255 or 42.70% from 274); Green value is 39 (15.62% from 255 or 14.23% from 274); Blue value is 118 (46.48% from 255 or 43.07% from 274); Max value from RGB is 118 - color contains mainly: blue. Hex color #752776 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #752776 is #8AD889. Grayscale: #474747. Windows color (decimal): -9099402 or 7743349. OLE color: 7743349.

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

Color convert

RGB 117 39 118 -
CMYK 0.01 0.67 0 0.54
HSL 299.24º 0.5% 0.31% -
HSV(B) 299.24º 0.67% 0.46% -
XYZ 11.33 6.54 17.8 -
YUV 71.33 154.34 160.58 -
System Red Green Blue C M Y K H S L
Decimal 117 39 118 0.01 0.67 0 0.54 299.24 0.5 0.31
Hex 75 27 76 1 43 0 36 12B 32 1F
Octal 165 47 166 1 103 0 66 453 62 37
Binary 1110101 100111 1110110 1 1000011 0 110110 100101011 110010 11111

Color Harmonies of #752776

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #752776

Black with #752776

Text Example


Text Example

White with #752776

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #752776; }

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

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

background-color css

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

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

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

border-color css

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

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

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