#764896

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

Shades of Studio #764896

Tints of Studio #764896

Color information

#764896 (or 0x764896) is unknown color: approx Studio. HEX triplet: 76, 48 and 96. RGB value is (118,72,150). Sum of RGB (Red+Green+Blue) = 118+72+150=340 (45% of max value = 765). Red value is 118 (46.48% from 255 or 34.71% from 340); Green value is 72 (28.52% from 255 or 21.18% from 340); Blue value is 150 (58.98% from 255 or 44.12% from 340); Max value from RGB is 150 - color contains mainly: blue. Hex color #764896 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #764896 is #89B769. Grayscale: #5E5E5E. Windows color (decimal): -9025386 or 9848950. OLE color: 9848950.

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

Color convert

RGB11872150-
CMYK0.210.5200.41
HSL275.38º35.14%43.53%-
HSV(B)275.38º52%58.82%-
XYZ15.2910.6930.11-
YUV94.65159.24144.66-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 34.71%
GREEN value IS 72 (28.52% from 255) = 21.18%
BLUE value IS 150 (58.98% from 255) = 44.12%
R=34.71%
G=21.18%
B=44.12%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal118721500.210.5200.41275.3835.1443.53
Hex7648961534029113232c
Octal16611022625640514234354
Binary1110110100100010010110101011101000101001100010011100011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #764896

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #764896; }

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

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

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

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

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

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

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

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