#772D70

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

Shades of Seance #772D70

Tints of Seance #772D70

Color information

#772D70 (or 0x772D70) is unknown color: approx Seance. HEX triplet: 77, 2D and 70. RGB value is (119,45,112). Sum of RGB (Red+Green+Blue) = 119+45+112=276 (36% of max value = 765). Red value is 119 (46.88% from 255 or 43.12% from 276); Green value is 45 (17.97% from 255 or 16.30% from 276); Blue value is 112 (44.14% from 255 or 40.58% from 276); Max value from RGB is 119 - color contains mainly: red. Hex color #772D70 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #772D70 is #88D28F. Grayscale: #4A4A4A. Windows color (decimal): -8966800 or 7351671. OLE color: 7351671.

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

Color convert

RGB11945112-
CMYK00.620.060.53
HSL305.68º45.12%32.16%-
HSV(B)305.68º62.18%46.67%-
XYZ11.476.9716.07-
YUV74.76149.02159.55-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 43.12%
GREEN value IS 45 (17.97% from 255) = 16.30%
BLUE value IS 112 (44.14% from 255) = 40.58%
R=43.12%
G=16.30%
B=40.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.06
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1194511200.620.060.53305.6845.1232.16
Hex772D7003E6351322d20
Octal167551600766654625540
Binary111011110110111100000111110110110101100110010101101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #772D70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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