Html Css Color HEX #762877 Seance

📋 copy color: '#762877'

red 118 ◦ green 40 ◦ blue 119

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

Shades of Seance #762877

Tints of Seance #762877

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 42.96%

R = 42.6%
G = 14.44%
B = 42.96%

CMYK

 C value IS 0.01

 M value IS 0.66

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#762877 (or 0x762877) is known color: Seance. HEX triplet: 76, 28 and 77. RGB value is (118,40,119). Sum of RGB (Red+Green+Blue) = 118+40+119=277 (36% of max value = 765). Red value is 118 (46.48% from 255 or 42.60% from 277); Green value is 40 (16.02% from 255 or 14.44% from 277); Blue value is 119 (46.88% from 255 or 42.96% from 277); Max value from RGB is 119 - color contains mainly: blue. Hex color #762877 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #762877 is #89D788. Grayscale: #484848. Windows color (decimal): -9033609 or 7809142. OLE color: 7809142.

HSL color Cylindrical-coordinate representation of color #762877: hue angle of 299.24º degrees, saturation: 0.5, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #762877 is Cyan = 0.01, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 118 40 119 -
CMYK 0.01 0.66 0 0.53
HSL 299.24º 0.5% 0.31% -
HSV(B) 299.24º 0.66% 0.47% -
XYZ 11.56 6.7 18.14 -
YUV 72.33 154.34 160.58 -
System Red Green Blue C M Y K H S L
Decimal 118 40 119 0.01 0.66 0 0.53 299.24 0.5 0.31
Hex 76 28 77 1 42 0 35 12B 32 1F
Octal 166 50 167 1 102 0 65 453 62 37
Binary 1110110 101000 1110111 1 1000010 0 110101 100101011 110010 11111

Color Harmonies of #762877

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #762877

Black with #762877

Text Example


Text Example

White with #762877

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #762877; }

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

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

background-color css

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

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

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

border-color css

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

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

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