#765996

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

Shades of Studio #765996

Tints of Studio #765996

Color information

#765996 (or 0x765996) is unknown color: approx Studio. HEX triplet: 76, 59 and 96. RGB value is (118,89,150). Sum of RGB (Red+Green+Blue) = 118+89+150=357 (47% of max value = 765). Red value is 118 (46.48% from 255 or 33.05% from 357); Green value is 89 (35.16% from 255 or 24.93% from 357); Blue value is 150 (58.98% from 255 or 42.02% from 357); Max value from RGB is 150 - color contains mainly: blue. Hex color #765996 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #765996 is #89A669. Grayscale: #686868. Windows color (decimal): -9021034 or 9853302. OLE color: 9853302.

HSL color Cylindrical-coordinate representation of color #765996: hue angle of 268.52º degrees, saturation: 0.26, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #765996 is Cyan = 0.21, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB11889150-
CMYK0.210.4100.41
HSL268.52º25.52%46.86%-
HSV(B)268.52º40.67%58.82%-
XYZ16.5513.230.53-
YUV104.62153.61137.54-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 33.05%
GREEN value IS 89 (35.16% from 255) = 24.93%
BLUE value IS 150 (58.98% from 255) = 42.02%
R=33.05%
G=24.93%
B=42.02%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal118891500.210.4100.41268.5225.5246.86
Hex765996152902910d1a2f
Octal16613122625510514153257
Binary111011010110011001011010101101001010100110000110111010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #765996

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #765996; }

 p { color: rgb(118,89,150); }

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

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

 a { background-color: rgb(118,89,150); }

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

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

 span { border-color: rgb(118,89,150); }

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