Html Css Color HEX #762871 Seance

📋 copy color: '#762871'

red 118 ◦ green 40 ◦ blue 113

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

Shades of Seance #762871

Tints of Seance #762871

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 41.7%

R = 43.54%
G = 14.76%
B = 41.7%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.04

 K value IS 0.54

RGB Variations

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

Color information

#762871 (or 0x762871) is known color: Seance. HEX triplet: 76, 28 and 71. RGB value is (118,40,113). Sum of RGB (Red+Green+Blue) = 118+40+113=271 (35% of max value = 765). Red value is 118 (46.48% from 255 or 43.54% from 271); Green value is 40 (16.02% from 255 or 14.76% from 271); Blue value is 113 (44.53% from 255 or 41.70% from 271); Max value from RGB is 118 - color contains mainly: red. Hex color #762871 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #762871 is #89D78E. Grayscale: #474747. Windows color (decimal): -9033615 or 7415926. OLE color: 7415926.

HSL color Cylindrical-coordinate representation of color #762871: hue angle of 303.85º 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 #762871 is Cyan = 0, Magento = 0.66, Yellow = 0.04 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 40 113 -
CMYK 0 0.66 0.04 0.54
HSL 303.85º 0.49% 0.31% -
HSV(B) 303.85º 0.66% 0.46% -
XYZ 11.21 6.56 16.3 -
YUV 71.64 151.34 161.06 -
System Red Green Blue C M Y K H S L
Decimal 118 40 113 0 0.66 0.04 0.54 303.85 0.49 0.31
Hex 76 28 71 0 42 4 36 130 31 1F
Octal 166 50 161 0 102 4 66 460 61 37
Binary 1110110 101000 1110001 0 1000010 100 110110 100110000 110001 11111

Color Harmonies of #762871

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #762871

Black with #762871

Text Example


Text Example

White with #762871

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #762871; }

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

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

background-color css

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

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

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

border-color css

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

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

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