#76579C

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

Shades of Studio #76579C

Tints of Studio #76579C

Color information

#76579C (or 0x76579C) is unknown color: approx Studio. HEX triplet: 76, 57 and 9C. RGB value is (118,87,156). Sum of RGB (Red+Green+Blue) = 118+87+156=361 (47% of max value = 765). Red value is 118 (46.48% from 255 or 32.69% from 361); Green value is 87 (34.38% from 255 or 24.10% from 361); Blue value is 156 (61.33% from 255 or 43.21% from 361); Max value from RGB is 156 - color contains mainly: blue. Hex color #76579C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #76579C is #89A863. Grayscale: #676767. Windows color (decimal): -9021540 or 10246006. OLE color: 10246006.

HSL color Cylindrical-coordinate representation of color #76579C: hue angle of 266.96º degrees, saturation: 0.28, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #76579C is Cyan = 0.24, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB11887156-
CMYK0.240.4400.39
HSL266.96º28.4%47.65%-
HSV(B)266.96º44.23%61.18%-
XYZ16.8813.0733.09-
YUV104.14157.27137.89-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 32.69%
GREEN value IS 87 (34.38% from 255) = 24.10%
BLUE value IS 156 (61.33% from 255) = 43.21%
R=32.69%
G=24.10%
B=43.21%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal118871560.240.4400.39266.9628.447.65
Hex76579C182C02710b1c30
Octal16612723430540474133460
Binary111011010101111001110011000101100010011110000101111100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76579C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #76579C; }

 p { color: rgb(118,87,156); }

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

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

 a { background-color: rgb(118,87,156); }

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

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

 span { border-color: rgb(118,87,156); }

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