Html Css Color HEX #762E70 Seance

📋 copy color: '#762E70'

red 118 ◦ green 46 ◦ blue 112

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

Shades of Seance #762E70

Tints of Seance #762E70

RGB

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

 GREEN value IS 46 (18.36% from 255) = 16.67%

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

R = 42.75%
G = 16.67%
B = 40.58%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.05

 K value IS 0.54

RGB Variations

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

Color information

#762E70 (or 0x762E70) is known color: Seance. HEX triplet: 76, 2E and 70. RGB value is (118,46,112). Sum of RGB (Red+Green+Blue) = 118+46+112=276 (36% of max value = 765). Red value is 118 (46.48% from 255 or 42.75% from 276); Green value is 46 (18.36% from 255 or 16.67% from 276); Blue value is 112 (44.14% from 255 or 40.58% from 276); Max value from RGB is 118 - color contains mainly: red. Hex color #762E70 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #762E70 is #89D18F. Grayscale: #4A4A4A. Windows color (decimal): -9032080 or 7351926. OLE color: 7351926.

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

Color convert

RGB 118 46 112 -
CMYK 0 0.61 0.05 0.54
HSL 305º 0.44% 0.32% -
HSV(B) 305º 0.61% 0.46% -
XYZ 11.37 6.98 16.08 -
YUV 75.05 148.85 158.63 -
System Red Green Blue C M Y K H S L
Decimal 118 46 112 0 0.61 0.05 0.54 305 0.44 0.32
Hex 76 2E 70 0 3D 5 36 131 2C 20
Octal 166 56 160 0 75 5 66 461 54 40
Binary 1110110 101110 1110000 0 111101 101 110110 100110001 101100 100000

Color Harmonies of #762E70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #762E70

Black with #762E70

Text Example


Text Example

White with #762E70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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