Html Css Color HEX #762575 Seance

📋 copy color: '#762575'

red 118 ◦ green 37 ◦ blue 117

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

Shades of Seance #762575

Tints of Seance #762575

RGB

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

 GREEN value IS 37 (14.84% from 255) = 13.6%

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

R = 43.38%
G = 13.6%
B = 43.01%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.01

 K value IS 0.54

RGB Variations

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

Color information

#762575 (or 0x762575) is known color: Seance. HEX triplet: 76, 25 and 75. RGB value is (118,37,117). Sum of RGB (Red+Green+Blue) = 118+37+117=272 (36% of max value = 765). Red value is 118 (46.48% from 255 or 43.38% from 272); Green value is 37 (14.84% from 255 or 13.60% from 272); Blue value is 117 (46.09% from 255 or 43.01% from 272); Max value from RGB is 118 - color contains mainly: red. Hex color #762575 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #762575 is #89DA8A. Grayscale: #464646. Windows color (decimal): -9034379 or 7677302. OLE color: 7677302.

HSL color Cylindrical-coordinate representation of color #762575: hue angle of 300.74º degrees, saturation: 0.52, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #762575 is Cyan = 0, Magento = 0.69, Yellow = 0.01 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 37 117 -
CMYK 0 0.69 0.01 0.54
HSL 300.74º 0.52% 0.3% -
HSV(B) 300.74º 0.69% 0.46% -
XYZ 11.34 6.46 17.48 -
YUV 70.34 154.34 162 -
System Red Green Blue C M Y K H S L
Decimal 118 37 117 0 0.69 0.01 0.54 300.74 0.52 0.3
Hex 76 25 75 0 45 1 36 12D 34 1E
Octal 166 45 165 0 105 1 66 455 64 36
Binary 1110110 100101 1110101 0 1000101 1 110110 100101101 110100 11110

Color Harmonies of #762575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #762575

Black with #762575

Text Example


Text Example

White with #762575

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #762575; }

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

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

background-color css

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

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

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

border-color css

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

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

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