Html Css Color HEX #762B72 Seance

📋 copy color: '#762B72'

red 118 ◦ green 43 ◦ blue 114

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

Shades of Seance #762B72

Tints of Seance #762B72

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 41.45%

R = 42.91%
G = 15.64%
B = 41.45%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.03

 K value IS 0.54

RGB Variations

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

Color information

#762B72 (or 0x762B72) is known color: Seance. HEX triplet: 76, 2B and 72. RGB value is (118,43,114). Sum of RGB (Red+Green+Blue) = 118+43+114=275 (36% of max value = 765). Red value is 118 (46.48% from 255 or 42.91% from 275); Green value is 43 (17.19% from 255 or 15.64% from 275); Blue value is 114 (44.92% from 255 or 41.45% from 275); Max value from RGB is 118 - color contains mainly: red. Hex color #762B72 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #762B72 is #89D48D. Grayscale: #494949. Windows color (decimal): -9032846 or 7482230. OLE color: 7482230.

HSL color Cylindrical-coordinate representation of color #762B72: hue angle of 303.2º 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 #762B72 is Cyan = 0, Magento = 0.64, Yellow = 0.03 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 43 114 -
CMYK 0 0.64 0.03 0.54
HSL 303.2º 0.47% 0.32% -
HSV(B) 303.2º 0.64% 0.46% -
XYZ 11.37 6.79 16.63 -
YUV 73.52 150.85 159.73 -
System Red Green Blue C M Y K H S L
Decimal 118 43 114 0 0.64 0.03 0.54 303.2 0.47 0.32
Hex 76 2B 72 0 40 3 36 12F 2F 20
Octal 166 53 162 0 100 3 66 457 57 40
Binary 1110110 101011 1110010 0 1000000 11 110110 100101111 101111 100000

Color Harmonies of #762B72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #762B72

Black with #762B72

Text Example


Text Example

White with #762B72

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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