#765794

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

Shades of Studio #765794

Tints of Studio #765794

Color information

#765794 (or 0x765794) is unknown color: approx Studio. HEX triplet: 76, 57 and 94. RGB value is (118,87,148). Sum of RGB (Red+Green+Blue) = 118+87+148=353 (46% of max value = 765). Red value is 118 (46.48% from 255 or 33.43% from 353); Green value is 87 (34.38% from 255 or 24.65% from 353); Blue value is 148 (58.20% from 255 or 41.93% from 353); Max value from RGB is 148 - color contains mainly: blue. Hex color #765794 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #765794 is #89A86B. Grayscale: #676767. Windows color (decimal): -9021548 or 9721718. OLE color: 9721718.

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

Color convert

RGB11887148-
CMYK0.200.4100.42
HSL270.49º25.96%46.08%-
HSV(B)270.49º41.22%58.04%-
XYZ16.2212.8129.63-
YUV103.22153.27138.54-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 33.43%
GREEN value IS 87 (34.38% from 255) = 24.65%
BLUE value IS 148 (58.20% from 255) = 41.93%
R=33.43%
G=24.65%
B=41.93%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal118871480.200.4100.42270.4925.9646.08
Hex765794142902A10e1a2e
Octal16612722424510524163256
Binary111011010101111001010010100101001010101010000111011010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #765794

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #765794; }

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

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

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

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

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

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

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

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