#76529F

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

Shades of Studio #76529F

Tints of Studio #76529F

Color information

#76529F (or 0x76529F) is unknown color: approx Studio. HEX triplet: 76, 52 and 9F. RGB value is (118,82,159). Sum of RGB (Red+Green+Blue) = 118+82+159=359 (47% of max value = 765). Red value is 118 (46.48% from 255 or 32.87% from 359); Green value is 82 (32.42% from 255 or 22.84% from 359); Blue value is 159 (62.5% from 255 or 44.29% from 359); Max value from RGB is 159 - color contains mainly: blue. Hex color #76529F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #76529F is #89AD60. Grayscale: #656565. Windows color (decimal): -9022817 or 10441334. OLE color: 10441334.

HSL color Cylindrical-coordinate representation of color #76529F: hue angle of 268.05º degrees, saturation: 0.32, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #76529F is Cyan = 0.26, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB11882159-
CMYK0.260.4800.38
HSL268.05º31.95%47.25%-
HSV(B)268.05º48.43%62.35%-
XYZ16.7512.3934.31-
YUV101.54160.43139.74-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 32.87%
GREEN value IS 82 (32.42% from 255) = 22.84%
BLUE value IS 159 (62.5% from 255) = 44.29%
R=32.87%
G=22.84%
B=44.29%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal118821590.260.4800.38268.0531.9547.25
Hex76529F1A3002610c202f
Octal16612223732600464144057
Binary1110110101001010011111110101100000100110100001100100000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76529F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #76529F; }

 p { color: rgb(118,82,159); }

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

<style>
 a { background-color: #76529F; }

 a { background-color: rgb(118,82,159); }

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

<style>
 span { border-color: #76529F; }

 span { border-color: rgb(118,82,159); }

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