#765799

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

Shades of Studio #765799

Tints of Studio #765799

Color information

#765799 (or 0x765799) is unknown color: approx Studio. HEX triplet: 76, 57 and 99. RGB value is (118,87,153). Sum of RGB (Red+Green+Blue) = 118+87+153=358 (47% of max value = 765). Red value is 118 (46.48% from 255 or 32.96% from 358); Green value is 87 (34.38% from 255 or 24.30% from 358); Blue value is 153 (60.16% from 255 or 42.74% from 358); Max value from RGB is 153 - color contains mainly: blue. Hex color #765799 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #765799 is #89A866. Grayscale: #676767. Windows color (decimal): -9021543 or 10049398. OLE color: 10049398.

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

Color convert

RGB11887153-
CMYK0.230.4300.4
HSL268.18º27.5%47.06%-
HSV(B)268.18º43.14%60%-
XYZ16.6312.9731.76-
YUV103.79155.77138.13-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 32.96%
GREEN value IS 87 (34.38% from 255) = 24.30%
BLUE value IS 153 (60.16% from 255) = 42.74%
R=32.96%
G=24.30%
B=42.74%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal118871530.230.4300.4268.1827.547.06
Hex765799172B02810c1b2f
Octal16612723127530504143357
Binary111011010101111001100110111101011010100010000110011011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #765799

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #765799; }

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

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

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

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

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

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

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

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