Html Css Color HEX #762B76 Seance

📋 copy color: '#762B76'

red 118 ◦ green 43 ◦ blue 118

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

Shades of Seance #762B76

Tints of Seance #762B76

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 42.29%

R = 42.29%
G = 15.41%
B = 42.29%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#762B76 (or 0x762B76) is known color: Seance. HEX triplet: 76, 2B and 76. RGB value is (118,43,118). Sum of RGB (Red+Green+Blue) = 118+43+118=279 (36% of max value = 765). Red value is 118 (46.48% from 255 or 42.29% from 279); Green value is 43 (17.19% from 255 or 15.41% from 279); Blue value is 118 (46.48% from 255 or 42.29% from 279); Max value from RGB is 118 - color contains mainly: red, blue. Hex color #762B76 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #762B76 is #89D489. Grayscale: #494949. Windows color (decimal): -9032842 or 7744374. OLE color: 7744374.

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

Color convert

RGB 118 43 118 -
CMYK 0 0.64 0 0.54
HSL 300º 0.47% 0.32% -
HSV(B) 300º 0.64% 0.46% -
XYZ 11.61 6.89 17.86 -
YUV 73.98 152.85 159.4 -
System Red Green Blue C M Y K H S L
Decimal 118 43 118 0 0.64 0 0.54 300 0.47 0.32
Hex 76 2B 76 0 40 0 36 12C 2F 20
Octal 166 53 166 0 100 0 66 454 57 40
Binary 1110110 101011 1110110 0 1000000 0 110110 100101100 101111 100000

Color Harmonies of #762B76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #762B76

Black with #762B76

Text Example


Text Example

White with #762B76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,43,118); }

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

background-color css

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

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

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

border-color css

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

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

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