Html Css Color HEX #752B70 Seance

📋 copy color: '#752B70'

red 117 ◦ green 43 ◦ blue 112

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

Shades of Seance #752B70

Tints of Seance #752B70

RGB

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

 GREEN value IS 43 (17.19% from 255) = 15.81%

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

R = 43.01%
G = 15.81%
B = 41.18%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.04

 K value IS 0.54

RGB Variations

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

Color information

#752B70 (or 0x752B70) is known color: Seance. HEX triplet: 75, 2B and 70. RGB value is (117,43,112). Sum of RGB (Red+Green+Blue) = 117+43+112=272 (36% of max value = 765). Red value is 117 (46.09% from 255 or 43.01% from 272); Green value is 43 (17.19% from 255 or 15.81% from 272); Blue value is 112 (44.14% from 255 or 41.18% from 272); Max value from RGB is 117 - color contains mainly: red. Hex color #752B70 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #752B70 is #8AD48F. Grayscale: #484848. Windows color (decimal): -9098384 or 7351157. OLE color: 7351157.

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

Color convert

RGB 117 43 112 -
CMYK 0 0.63 0.04 0.54
HSL 304.05º 0.46% 0.31% -
HSV(B) 304.05º 0.63% 0.46% -
XYZ 11.12 6.68 16.03 -
YUV 72.99 150.02 159.39 -
System Red Green Blue C M Y K H S L
Decimal 117 43 112 0 0.63 0.04 0.54 304.05 0.46 0.31
Hex 75 2B 70 0 3F 4 36 130 2E 1F
Octal 165 53 160 0 77 4 66 460 56 37
Binary 1110101 101011 1110000 0 111111 100 110110 100110000 101110 11111

Color Harmonies of #752B70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #752B70

Black with #752B70

Text Example


Text Example

White with #752B70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,43,112); }

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

background-color css

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

 a { background-color: rgb(117,43,112); }

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

border-color css

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

 span { border-color: rgb(117,43,112); }

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