#762677

Color #762677 Seance (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Seance #762677

Tints of Seance #762677

Color information

#762677 (or 0x762677) is unknown color: approx Seance. HEX triplet: 76, 26 and 77. RGB value is (118,38,119). Sum of RGB (Red+Green+Blue) = 118+38+119=275 (36% of max value = 765). Red value is 118 (46.48% from 255 or 42.91% from 275); Green value is 38 (15.23% from 255 or 13.82% from 275); Blue value is 119 (46.88% from 255 or 43.27% from 275); Max value from RGB is 119 - color contains mainly: blue. Hex color #762677 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #762677 is #89D988. Grayscale: #464646. Windows color (decimal): -9034121 or 7808630. OLE color: 7808630.

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

Color convert

RGB11838119-
CMYK0.010.6800.53
HSL299.26º51.59%30.78%-
HSV(B)299.26º68.07%46.67%-
XYZ11.496.5718.12-
YUV71.15155161.41-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 42.91%
GREEN value IS 38 (15.23% from 255) = 13.82%
BLUE value IS 119 (46.88% from 255) = 43.27%
R=42.91%
G=13.82%
B=43.27%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal118381190.010.6800.53299.2651.5930.78
Hex76267714403512b341f
Octal1664616711040654536437
Binary1110110100110111011111000100011010110010101111010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #762677

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #762677; }

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

 H1.HeaderClassName
 {
   color: #762677;
 }
 .AnyTagClassName
 {
   color: #762677;
 }
</style>
background-color css

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

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

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

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

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

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