#76599E

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

Shades of Studio #76599E

Tints of Studio #76599E

Color information

#76599E (or 0x76599E) is unknown color: approx Studio. HEX triplet: 76, 59 and 9E. RGB value is (118,89,158). Sum of RGB (Red+Green+Blue) = 118+89+158=365 (48% of max value = 765). Red value is 118 (46.48% from 255 or 32.33% from 365); Green value is 89 (35.16% from 255 or 24.38% from 365); Blue value is 158 (62.11% from 255 or 43.29% from 365); Max value from RGB is 158 - color contains mainly: blue. Hex color #76599E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #76599E is #89A661. Grayscale: #696969. Windows color (decimal): -9021026 or 10377590. OLE color: 10377590.

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

Color convert

RGB11889158-
CMYK0.250.4400.38
HSL265.22º27.94%48.43%-
HSV(B)265.22º43.67%61.96%-
XYZ17.2213.4634.04-
YUV105.54157.61136.89-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 32.33%
GREEN value IS 89 (35.16% from 255) = 24.38%
BLUE value IS 158 (62.11% from 255) = 43.29%
R=32.33%
G=24.38%
B=43.29%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal118891580.250.4400.38265.2227.9448.43
Hex76599E192C0261091c30
Octal16613123631540464113460
Binary111011010110011001111011001101100010011010000100111100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76599E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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