Html Css Color HEX #752A77 Seance

📋 copy color: '#752A77'

red 117 ◦ green 42 ◦ blue 119

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

Shades of Seance #752A77

Tints of Seance #752A77

RGB

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

 GREEN value IS 42 (16.8% from 255) = 15.11%

 BLUE value IS 119 (46.88% from 255) = 42.81%

R = 42.09%
G = 15.11%
B = 42.81%

CMYK

 C value IS 0.02

 M value IS 0.65

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#752A77 (or 0x752A77) is known color: Seance. HEX triplet: 75, 2A and 77. RGB value is (117,42,119). Sum of RGB (Red+Green+Blue) = 117+42+119=278 (36% of max value = 765). Red value is 117 (46.09% from 255 or 42.09% from 278); Green value is 42 (16.80% from 255 or 15.11% from 278); Blue value is 119 (46.88% from 255 or 42.81% from 278); Max value from RGB is 119 - color contains mainly: blue. Hex color #752A77 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #752A77 is #8AD588. Grayscale: #484848. Windows color (decimal): -9098633 or 7809653. OLE color: 7809653.

HSL color Cylindrical-coordinate representation of color #752A77: hue angle of 298.44º degrees, saturation: 0.48, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #752A77 is Cyan = 0.02, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 117 42 119 -
CMYK 0.02 0.65 0 0.53
HSL 298.44º 0.48% 0.32% -
HSV(B) 298.44º 0.65% 0.47% -
XYZ 11.49 6.77 18.15 -
YUV 73.2 153.85 159.24 -
System Red Green Blue C M Y K H S L
Decimal 117 42 119 0.02 0.65 0 0.53 298.44 0.48 0.32
Hex 75 2A 77 2 41 0 35 12A 30 20
Octal 165 52 167 2 101 0 65 452 60 40
Binary 1110101 101010 1110111 10 1000001 0 110101 100101010 110000 100000

Color Harmonies of #752A77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #752A77

Black with #752A77

Text Example


Text Example

White with #752A77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #752A77; }

 p { color: rgb(117,42,119); }

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

background-color css

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

 a { background-color: rgb(117,42,119); }

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

border-color css

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

 span { border-color: rgb(117,42,119); }

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