#765599

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

Shades of Studio #765599

Tints of Studio #765599

Color information

#765599 (or 0x765599) is unknown color: approx Studio. HEX triplet: 76, 55 and 99. RGB value is (118,85,153). Sum of RGB (Red+Green+Blue) = 118+85+153=356 (47% of max value = 765). Red value is 118 (46.48% from 255 or 33.15% from 356); Green value is 85 (33.59% from 255 or 23.88% from 356); Blue value is 153 (60.16% from 255 or 42.98% from 356); Max value from RGB is 153 - color contains mainly: blue. Hex color #765599 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #765599 is #89AA66. Grayscale: #666666. Windows color (decimal): -9022055 or 10048886. OLE color: 10048886.

HSL color Cylindrical-coordinate representation of color #765599: hue angle of 269.12º degrees, saturation: 0.29, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #765599 is Cyan = 0.23, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB11885153-
CMYK0.230.4400.4
HSL269.12º28.57%46.67%-
HSV(B)269.12º44.44%60%-
XYZ16.4712.6531.71-
YUV102.62156.43138.97-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 33.15%
GREEN value IS 85 (33.59% from 255) = 23.88%
BLUE value IS 153 (60.16% from 255) = 42.98%
R=33.15%
G=23.88%
B=42.98%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal118851530.230.4400.4269.1228.5746.67
Hex765599172C02810d1d2f
Octal16612523127540504153557
Binary111011010101011001100110111101100010100010000110111101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #765599

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #765599; }

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

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

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

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

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

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

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

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