#772E70

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

Shades of Seance #772E70

Tints of Seance #772E70

Color information

#772E70 (or 0x772E70) is unknown color: approx Seance. HEX triplet: 77, 2E and 70. RGB value is (119,46,112). Sum of RGB (Red+Green+Blue) = 119+46+112=277 (36% of max value = 765). Red value is 119 (46.88% from 255 or 42.96% from 277); Green value is 46 (18.36% from 255 or 16.61% from 277); Blue value is 112 (44.14% from 255 or 40.43% from 277); Max value from RGB is 119 - color contains mainly: red. Hex color #772E70 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #772E70 is #88D18F. Grayscale: #4B4B4B. Windows color (decimal): -8966544 or 7351927. OLE color: 7351927.

HSL color Cylindrical-coordinate representation of color #772E70: hue angle of 305.75º degrees, saturation: 0.44, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #772E70 is Cyan = 0, Magento = 0.61, Yellow = 0.06 and Black (K on CMYK) = 0.53.

Color convert

RGB11946112-
CMYK00.610.060.53
HSL305.75º44.24%32.35%-
HSV(B)305.75º61.34%46.67%-
XYZ11.517.0516.08-
YUV75.35148.68159.13-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 42.96%
GREEN value IS 46 (18.36% from 255) = 16.61%
BLUE value IS 112 (44.14% from 255) = 40.43%
R=42.96%
G=16.61%
B=40.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.06
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1194611200.610.060.53305.7544.2432.35
Hex772E7003D6351322c20
Octal167561600756654625440
Binary111011110111011100000111101110110101100110010101100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #772E70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #772E70; }

 p { color: rgb(119,46,112); }

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

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

 a { background-color: rgb(119,46,112); }

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

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

 span { border-color: rgb(119,46,112); }

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