Html Css Color HEX #762874 Seance

📋 copy color: '#762874'

red 118 ◦ green 40 ◦ blue 116

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

Shades of Seance #762874

Tints of Seance #762874

RGB

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

 GREEN value IS 40 (16.02% from 255) = 14.6%

 BLUE value IS 116 (45.7% from 255) = 42.34%

R = 43.07%
G = 14.6%
B = 42.34%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.02

 K value IS 0.54

RGB Variations

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

Color information

#762874 (or 0x762874) is known color: Seance. HEX triplet: 76, 28 and 74. RGB value is (118,40,116). Sum of RGB (Red+Green+Blue) = 118+40+116=274 (36% of max value = 765). Red value is 118 (46.48% from 255 or 43.07% from 274); Green value is 40 (16.02% from 255 or 14.60% from 274); Blue value is 116 (45.70% from 255 or 42.34% from 274); Max value from RGB is 118 - color contains mainly: red. Hex color #762874 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #762874 is #89D78B. Grayscale: #474747. Windows color (decimal): -9033612 or 7612534. OLE color: 7612534.

HSL color Cylindrical-coordinate representation of color #762874: hue angle of 301.54º degrees, saturation: 0.49, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #762874 is Cyan = 0, Magento = 0.66, Yellow = 0.02 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 40 116 -
CMYK 0 0.66 0.02 0.54
HSL 301.54º 0.49% 0.31% -
HSV(B) 301.54º 0.66% 0.46% -
XYZ 11.38 6.63 17.2 -
YUV 71.99 152.84 160.82 -
System Red Green Blue C M Y K H S L
Decimal 118 40 116 0 0.66 0.02 0.54 301.54 0.49 0.31
Hex 76 28 74 0 42 2 36 12E 31 1F
Octal 166 50 164 0 102 2 66 456 61 37
Binary 1110110 101000 1110100 0 1000010 10 110110 100101110 110001 11111

Color Harmonies of #762874

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #762874

Black with #762874

Text Example


Text Example

White with #762874

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #762874; }

 p { color: rgb(118,40,116); }

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

background-color css

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

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

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

border-color css

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

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

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