#76559C

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

Shades of Studio #76559C

Tints of Studio #76559C

Color information

#76559C (or 0x76559C) is unknown color: approx Studio. HEX triplet: 76, 55 and 9C. RGB value is (118,85,156). Sum of RGB (Red+Green+Blue) = 118+85+156=359 (47% of max value = 765). Red value is 118 (46.48% from 255 or 32.87% from 359); Green value is 85 (33.59% from 255 or 23.68% from 359); Blue value is 156 (61.33% from 255 or 43.45% from 359); Max value from RGB is 156 - color contains mainly: blue. Hex color #76559C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #76559C is #89AA63. Grayscale: #666666. Windows color (decimal): -9022052 or 10245494. OLE color: 10245494.

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

Color convert

RGB11885156-
CMYK0.240.4600.39
HSL267.89º29.46%47.25%-
HSV(B)267.89º45.51%61.18%-
XYZ16.7212.7533.03-
YUV102.96157.93138.73-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 32.87%
GREEN value IS 85 (33.59% from 255) = 23.68%
BLUE value IS 156 (61.33% from 255) = 43.45%
R=32.87%
G=23.68%
B=43.45%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal118851560.240.4600.39267.8929.4647.25
Hex76559C182E02710c1d2f
Octal16612523430560474143557
Binary111011010101011001110011000101110010011110000110011101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76559C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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