#76579E

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

Shades of Studio #76579E

Tints of Studio #76579E

Color information

#76579E (or 0x76579E) is unknown color: approx Studio. HEX triplet: 76, 57 and 9E. RGB value is (118,87,158). Sum of RGB (Red+Green+Blue) = 118+87+158=363 (48% of max value = 765). Red value is 118 (46.48% from 255 or 32.51% from 363); Green value is 87 (34.38% from 255 or 23.97% from 363); Blue value is 158 (62.11% from 255 or 43.53% from 363); Max value from RGB is 158 - color contains mainly: blue. Hex color #76579E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #76579E is #89A861. Grayscale: #686868. Windows color (decimal): -9021538 or 10377078. OLE color: 10377078.

HSL color Cylindrical-coordinate representation of color #76579E: hue angle of 266.2º degrees, saturation: 0.29, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #76579E is Cyan = 0.25, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB11887158-
CMYK0.250.4500.38
HSL266.2º28.98%48.04%-
HSV(B)266.2º44.94%61.96%-
XYZ17.0513.1433.98-
YUV104.36158.27137.73-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 32.51%
GREEN value IS 87 (34.38% from 255) = 23.97%
BLUE value IS 158 (62.11% from 255) = 43.53%
R=32.51%
G=23.97%
B=43.53%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal118871580.250.4500.38266.228.9848.04
Hex76579E192D02610a1d30
Octal16612723631550464123560
Binary111011010101111001111011001101101010011010000101011101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76579E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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