#765095

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

Shades of Studio #765095

Tints of Studio #765095

Color information

#765095 (or 0x765095) is unknown color: approx Studio. HEX triplet: 76, 50 and 95. RGB value is (118,80,149). Sum of RGB (Red+Green+Blue) = 118+80+149=347 (45% of max value = 765). Red value is 118 (46.48% from 255 or 34.01% from 347); Green value is 80 (31.64% from 255 or 23.05% from 347); Blue value is 149 (58.59% from 255 or 42.94% from 347); Max value from RGB is 149 - color contains mainly: blue. Hex color #765095 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #765095 is #89AF6A. Grayscale: #626262. Windows color (decimal): -9023339 or 9785462. OLE color: 9785462.

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

Color convert

RGB11880149-
CMYK0.210.4600.42
HSL273.04º30.13%44.9%-
HSV(B)273.04º46.31%58.43%-
XYZ15.7611.7629.87-
YUV99.23156.09141.39-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 34.01%
GREEN value IS 80 (31.64% from 255) = 23.05%
BLUE value IS 149 (58.59% from 255) = 42.94%
R=34.01%
G=23.05%
B=42.94%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal118801490.210.4600.42273.0430.1344.9
Hex765095152E02A1111e2d
Octal16612022525560524213655
Binary111011010100001001010110101101110010101010001000111110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #765095

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #765095; }

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

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

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

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

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

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

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

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