Html Css Color HEX #762C75 Seance

📋 copy color: '#762C75'

red 118 ◦ green 44 ◦ blue 117

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

Shades of Seance #762C75

Tints of Seance #762C75

RGB

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

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

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

R = 42.29%
G = 15.77%
B = 41.94%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.01

 K value IS 0.54

RGB Variations

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

Color information

#762C75 (or 0x762C75) is known color: Seance. HEX triplet: 76, 2C and 75. RGB value is (118,44,117). Sum of RGB (Red+Green+Blue) = 118+44+117=279 (36% of max value = 765). Red value is 118 (46.48% from 255 or 42.29% from 279); Green value is 44 (17.58% from 255 or 15.77% from 279); Blue value is 117 (46.09% from 255 or 41.94% from 279); Max value from RGB is 118 - color contains mainly: red. Hex color #762C75 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #762C75 is #89D38A. Grayscale: #4A4A4A. Windows color (decimal): -9032587 or 7679094. OLE color: 7679094.

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

Color convert

RGB 118 44 117 -
CMYK 0 0.63 0.01 0.54
HSL 300.81º 0.46% 0.32% -
HSV(B) 300.81º 0.63% 0.46% -
XYZ 11.58 6.94 17.56 -
YUV 74.45 152.02 159.06 -
System Red Green Blue C M Y K H S L
Decimal 118 44 117 0 0.63 0.01 0.54 300.81 0.46 0.32
Hex 76 2C 75 0 3F 1 36 12D 2E 20
Octal 166 54 165 0 77 1 66 455 56 40
Binary 1110110 101100 1110101 0 111111 1 110110 100101101 101110 100000

Color Harmonies of #762C75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #762C75

Black with #762C75

Text Example


Text Example

White with #762C75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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