#765396

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

Shades of Studio #765396

Tints of Studio #765396

Color information

#765396 (or 0x765396) is unknown color: approx Studio. HEX triplet: 76, 53 and 96. RGB value is (118,83,150). Sum of RGB (Red+Green+Blue) = 118+83+150=351 (46% of max value = 765). Red value is 118 (46.48% from 255 or 33.62% from 351); Green value is 83 (32.81% from 255 or 23.65% from 351); Blue value is 150 (58.98% from 255 or 42.74% from 351); Max value from RGB is 150 - color contains mainly: blue. Hex color #765396 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #765396 is #89AC69. Grayscale: #646464. Windows color (decimal): -9022570 or 9851766. OLE color: 9851766.

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

Color convert

RGB11883150-
CMYK0.210.4500.41
HSL271.34º28.76%45.69%-
HSV(B)271.34º44.67%58.82%-
XYZ16.0712.2430.37-
YUV101.1155.6140.05-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 33.62%
GREEN value IS 83 (32.81% from 255) = 23.65%
BLUE value IS 150 (58.98% from 255) = 42.74%
R=33.62%
G=23.65%
B=42.74%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal118831500.210.4500.41271.3428.7645.69
Hex765396152D02910f1d2e
Octal16612322625550514173556
Binary111011010100111001011010101101101010100110000111111101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #765396

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #765396; }

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

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

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

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

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

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

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

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