#76529C

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

Shades of Studio #76529C

Tints of Studio #76529C

Color information

#76529C (or 0x76529C) is unknown color: approx Studio. HEX triplet: 76, 52 and 9C. RGB value is (118,82,156). Sum of RGB (Red+Green+Blue) = 118+82+156=356 (47% of max value = 765). Red value is 118 (46.48% from 255 or 33.15% from 356); Green value is 82 (32.42% from 255 or 23.03% from 356); Blue value is 156 (61.33% from 255 or 43.82% from 356); Max value from RGB is 156 - color contains mainly: blue. Hex color #76529C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #76529C is #89AD63. Grayscale: #646464. Windows color (decimal): -9022820 or 10244726. OLE color: 10244726.

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

Color convert

RGB11882156-
CMYK0.240.4700.39
HSL269.19º31.09%46.67%-
HSV(B)269.19º47.44%61.18%-
XYZ16.4912.2932.95-
YUV101.2158.93139.98-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 33.15%
GREEN value IS 82 (32.42% from 255) = 23.03%
BLUE value IS 156 (61.33% from 255) = 43.82%
R=33.15%
G=23.03%
B=43.82%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal118821560.240.4700.39269.1931.0946.67
Hex76529C182F02710d1f2f
Octal16612223430570474153757
Binary111011010100101001110011000101111010011110000110111111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76529C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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