#765894

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

Shades of Studio #765894

Tints of Studio #765894

Color information

#765894 (or 0x765894) is unknown color: approx Studio. HEX triplet: 76, 58 and 94. RGB value is (118,88,148). Sum of RGB (Red+Green+Blue) = 118+88+148=354 (46% of max value = 765). Red value is 118 (46.48% from 255 or 33.33% from 354); Green value is 88 (34.77% from 255 or 24.86% from 354); Blue value is 148 (58.20% from 255 or 41.81% from 354); Max value from RGB is 148 - color contains mainly: blue. Hex color #765894 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #765894 is #89A76B. Grayscale: #676767. Windows color (decimal): -9021292 or 9721974. OLE color: 9721974.

HSL color Cylindrical-coordinate representation of color #765894: hue angle of 270º degrees, saturation: 0.25, 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 #765894 is Cyan = 0.20, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB11888148-
CMYK0.200.4100.42
HSL270º25.42%46.27%-
HSV(B)270º40.54%58.04%-
XYZ16.3112.9729.66-
YUV103.81152.94138.12-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 33.33%
GREEN value IS 88 (34.77% from 255) = 24.86%
BLUE value IS 148 (58.20% from 255) = 41.81%
R=33.33%
G=24.86%
B=41.81%

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
Decimal118881480.200.4100.4227025.4246.27
Hex765894142902A10e192e
Octal16613022424510524163156
Binary111011010110001001010010100101001010101010000111011001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #765894

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #765894; }

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

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

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

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

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

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

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

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