#765699

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

Shades of Studio #765699

Tints of Studio #765699

Color information

#765699 (or 0x765699) is unknown color: approx Studio. HEX triplet: 76, 56 and 99. RGB value is (118,86,153). Sum of RGB (Red+Green+Blue) = 118+86+153=357 (47% of max value = 765). Red value is 118 (46.48% from 255 or 33.05% from 357); Green value is 86 (33.98% from 255 or 24.09% from 357); Blue value is 153 (60.16% from 255 or 42.86% from 357); Max value from RGB is 153 - color contains mainly: blue. Hex color #765699 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #765699 is #89A966. Grayscale: #666666. Windows color (decimal): -9021799 or 10049142. OLE color: 10049142.

HSL color Cylindrical-coordinate representation of color #765699: hue angle of 268.66º degrees, saturation: 0.28, 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 #765699 is Cyan = 0.23, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB11886153-
CMYK0.230.4400.4
HSL268.66º28.03%46.86%-
HSV(B)268.66º43.79%60%-
XYZ16.5512.8131.74-
YUV103.21156.1138.55-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 33.05%
GREEN value IS 86 (33.98% from 255) = 24.09%
BLUE value IS 153 (60.16% from 255) = 42.86%
R=33.05%
G=24.09%
B=42.86%

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
Decimal118861530.230.4400.4268.6628.0346.86
Hex765699172C02810d1c2f
Octal16612623127540504153457
Binary111011010101101001100110111101100010100010000110111100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #765699

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #765699; }

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

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

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

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

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

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

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

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