#765595

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

Shades of Studio #765595

Tints of Studio #765595

Color information

#765595 (or 0x765595) is unknown color: approx Studio. HEX triplet: 76, 55 and 95. RGB value is (118,85,149). Sum of RGB (Red+Green+Blue) = 118+85+149=352 (46% of max value = 765). Red value is 118 (46.48% from 255 or 33.52% from 352); Green value is 85 (33.59% from 255 or 24.15% from 352); Blue value is 149 (58.59% from 255 or 42.33% from 352); Max value from RGB is 149 - color contains mainly: blue. Hex color #765595 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #765595 is #89AA6A. Grayscale: #656565. Windows color (decimal): -9022059 or 9786742. OLE color: 9786742.

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

Color convert

RGB11885149-
CMYK0.210.4300.42
HSL270.94º27.35%45.88%-
HSV(B)270.94º42.95%58.43%-
XYZ16.1412.5230-
YUV102.16154.43139.3-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 33.52%
GREEN value IS 85 (33.59% from 255) = 24.15%
BLUE value IS 149 (58.59% from 255) = 42.33%
R=33.52%
G=24.15%
B=42.33%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal118851490.210.4300.42270.9427.3545.88
Hex765595152B02A10f1b2e
Octal16612522525530524173356
Binary111011010101011001010110101101011010101010000111111011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #765595

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #765595; }

 p { color: rgb(118,85,149); }

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

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

 a { background-color: rgb(118,85,149); }

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

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

 span { border-color: rgb(118,85,149); }

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