Html Css Color HEX #762C74 Seance

📋 copy color: '#762C74'

red 118 ◦ green 44 ◦ blue 116

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

Shades of Seance #762C74

Tints of Seance #762C74

RGB

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

 GREEN value IS 44 (17.58% from 255) = 15.83%

 BLUE value IS 116 (45.7% from 255) = 41.73%

R = 42.45%
G = 15.83%
B = 41.73%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.02

 K value IS 0.54

RGB Variations

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

Color information

#762C74 (or 0x762C74) is known color: Seance. HEX triplet: 76, 2C and 74. RGB value is (118,44,116). Sum of RGB (Red+Green+Blue) = 118+44+116=278 (36% of max value = 765). Red value is 118 (46.48% from 255 or 42.45% from 278); Green value is 44 (17.58% from 255 or 15.83% from 278); Blue value is 116 (45.70% from 255 or 41.73% from 278); Max value from RGB is 118 - color contains mainly: red. Hex color #762C74 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #762C74 is #89D38B. Grayscale: #4A4A4A. Windows color (decimal): -9032588 or 7613558. OLE color: 7613558.

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

Color convert

RGB 118 44 116 -
CMYK 0 0.63 0.02 0.54
HSL 301.62º 0.46% 0.32% -
HSV(B) 301.62º 0.63% 0.46% -
XYZ 11.52 6.91 17.25 -
YUV 74.33 151.52 159.15 -
System Red Green Blue C M Y K H S L
Decimal 118 44 116 0 0.63 0.02 0.54 301.62 0.46 0.32
Hex 76 2C 74 0 3F 2 36 12E 2E 20
Octal 166 54 164 0 77 2 66 456 56 40
Binary 1110110 101100 1110100 0 111111 10 110110 100101110 101110 100000

Color Harmonies of #762C74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #762C74

Black with #762C74

Text Example


Text Example

White with #762C74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,44,116); }

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

background-color css

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

 a { background-color: rgb(118,44,116); }

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

border-color css

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

 span { border-color: rgb(118,44,116); }

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