Html Css Color HEX #762B75 Seance

📋 copy color: '#762B75'

red 118 ◦ green 43 ◦ blue 117

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

Shades of Seance #762B75

Tints of Seance #762B75

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 42.09%

R = 42.45%
G = 15.47%
B = 42.09%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.01

 K value IS 0.54

RGB Variations

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

Color information

#762B75 (or 0x762B75) is known color: Seance. HEX triplet: 76, 2B and 75. RGB value is (118,43,117). Sum of RGB (Red+Green+Blue) = 118+43+117=278 (36% of max value = 765). Red value is 118 (46.48% from 255 or 42.45% from 278); Green value is 43 (17.19% from 255 or 15.47% from 278); Blue value is 117 (46.09% from 255 or 42.09% from 278); Max value from RGB is 118 - color contains mainly: red. Hex color #762B75 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #762B75 is #89D48A. Grayscale: #494949. Windows color (decimal): -9032843 or 7678838. OLE color: 7678838.

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

Color convert

RGB 118 43 117 -
CMYK 0 0.64 0.01 0.54
HSL 300.8º 0.47% 0.32% -
HSV(B) 300.8º 0.64% 0.46% -
XYZ 11.55 6.86 17.55 -
YUV 73.86 152.35 159.48 -
System Red Green Blue C M Y K H S L
Decimal 118 43 117 0 0.64 0.01 0.54 300.8 0.47 0.32
Hex 76 2B 75 0 40 1 36 12D 2F 20
Octal 166 53 165 0 100 1 66 455 57 40
Binary 1110110 101011 1110101 0 1000000 1 110110 100101101 101111 100000

Color Harmonies of #762B75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #762B75

Black with #762B75

Text Example


Text Example

White with #762B75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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