#765796

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

Shades of Studio #765796

Tints of Studio #765796

Color information

#765796 (or 0x765796) is unknown color: approx Studio. HEX triplet: 76, 57 and 96. RGB value is (118,87,150). Sum of RGB (Red+Green+Blue) = 118+87+150=355 (47% of max value = 765). Red value is 118 (46.48% from 255 or 33.24% from 355); Green value is 87 (34.38% from 255 or 24.51% from 355); Blue value is 150 (58.98% from 255 or 42.25% from 355); Max value from RGB is 150 - color contains mainly: blue. Hex color #765796 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #765796 is #89A869. Grayscale: #676767. Windows color (decimal): -9021546 or 9852790. OLE color: 9852790.

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

Color convert

RGB11887150-
CMYK0.210.4200.41
HSL269.52º26.58%46.47%-
HSV(B)269.52º42%58.82%-
XYZ16.3812.8730.47-
YUV103.45154.27138.38-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 33.24%
GREEN value IS 87 (34.38% from 255) = 24.51%
BLUE value IS 150 (58.98% from 255) = 42.25%
R=33.24%
G=24.51%
B=42.25%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal118871500.210.4200.41269.5226.5846.47
Hex765796152A02910e1b2e
Octal16612722625520514163356
Binary111011010101111001011010101101010010100110000111011011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #765796

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #765796; }

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

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

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

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

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

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

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

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