#765196

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

Shades of Studio #765196

Tints of Studio #765196

Color information

#765196 (or 0x765196) is unknown color: approx Studio. HEX triplet: 76, 51 and 96. RGB value is (118,81,150). Sum of RGB (Red+Green+Blue) = 118+81+150=349 (46% of max value = 765). Red value is 118 (46.48% from 255 or 33.81% from 349); Green value is 81 (32.03% from 255 or 23.21% from 349); Blue value is 150 (58.98% from 255 or 42.98% from 349); Max value from RGB is 150 - color contains mainly: blue. Hex color #765196 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #765196 is #89AE69. Grayscale: #636363. Windows color (decimal): -9023082 or 9851254. OLE color: 9851254.

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

Color convert

RGB11881150-
CMYK0.210.4600.41
HSL272.17º29.87%45.29%-
HSV(B)272.17º46%58.82%-
XYZ15.9211.9430.32-
YUV99.93156.26140.89-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 33.81%
GREEN value IS 81 (32.03% from 255) = 23.21%
BLUE value IS 150 (58.98% from 255) = 42.98%
R=33.81%
G=23.21%
B=42.98%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal118811500.210.4600.41272.1729.8745.29
Hex765196152E0291101e2d
Octal16612122625560514203655
Binary111011010100011001011010101101110010100110001000011110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #765196

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #765196; }

 p { color: rgb(118,81,150); }

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

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

 a { background-color: rgb(118,81,150); }

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

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

 span { border-color: rgb(118,81,150); }

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