#765994

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

Shades of Studio #765994

Tints of Studio #765994

Color information

#765994 (or 0x765994) is unknown color: approx Studio. HEX triplet: 76, 59 and 94. RGB value is (118,89,148). Sum of RGB (Red+Green+Blue) = 118+89+148=355 (47% of max value = 765). Red value is 118 (46.48% from 255 or 33.24% from 355); Green value is 89 (35.16% from 255 or 25.07% from 355); Blue value is 148 (58.20% from 255 or 41.69% from 355); Max value from RGB is 148 - color contains mainly: blue. Hex color #765994 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #765994 is #89A66B. Grayscale: #686868. Windows color (decimal): -9021036 or 9722230. OLE color: 9722230.

HSL color Cylindrical-coordinate representation of color #765994: hue angle of 269.49º degrees, saturation: 0.25, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #765994 is Cyan = 0.20, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB11889148-
CMYK0.200.4000.42
HSL269.49º24.89%46.47%-
HSV(B)269.49º39.86%58.04%-
XYZ16.3913.1329.69-
YUV104.4152.61137.7-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 33.24%
GREEN value IS 89 (35.16% from 255) = 25.07%
BLUE value IS 148 (58.20% from 255) = 41.69%
R=33.24%
G=25.07%
B=41.69%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal118891480.200.4000.42269.4924.8946.47
Hex765994142802A10d192e
Octal16613122424500524153156
Binary111011010110011001010010100101000010101010000110111001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #765994

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #765994; }

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

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

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

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

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

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

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

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