Html Css Color HEX #762D70 Seance

📋 copy color: '#762D70'

red 118 ◦ green 45 ◦ blue 112

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

Shades of Seance #762D70

Tints of Seance #762D70

RGB

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

 GREEN value IS 45 (17.97% from 255) = 16.36%

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

R = 42.91%
G = 16.36%
B = 40.73%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.05

 K value IS 0.54

RGB Variations

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

Color information

#762D70 (or 0x762D70) is known color: Seance. HEX triplet: 76, 2D and 70. RGB value is (118,45,112). Sum of RGB (Red+Green+Blue) = 118+45+112=275 (36% of max value = 765). Red value is 118 (46.48% from 255 or 42.91% from 275); Green value is 45 (17.97% from 255 or 16.36% from 275); Blue value is 112 (44.14% from 255 or 40.73% from 275); Max value from RGB is 118 - color contains mainly: red. Hex color #762D70 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #762D70 is #89D28F. Grayscale: #4A4A4A. Windows color (decimal): -9032336 or 7351670. OLE color: 7351670.

HSL color Cylindrical-coordinate representation of color #762D70: hue angle of 304.93º degrees, saturation: 0.45, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #762D70 is Cyan = 0, Magento = 0.62, Yellow = 0.05 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 45 112 -
CMYK 0 0.62 0.05 0.54
HSL 304.93º 0.45% 0.32% -
HSV(B) 304.93º 0.62% 0.46% -
XYZ 11.33 6.9 16.06 -
YUV 74.47 149.18 159.05 -
System Red Green Blue C M Y K H S L
Decimal 118 45 112 0 0.62 0.05 0.54 304.93 0.45 0.32
Hex 76 2D 70 0 3E 5 36 131 2D 20
Octal 166 55 160 0 76 5 66 461 55 40
Binary 1110110 101101 1110000 0 111110 101 110110 100110001 101101 100000

Color Harmonies of #762D70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #762D70

Black with #762D70

Text Example


Text Example

White with #762D70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #762D70; }

 p { color: rgb(118,45,112); }

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

background-color css

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

 a { background-color: rgb(118,45,112); }

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

border-color css

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

 span { border-color: rgb(118,45,112); }

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