#764796

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

Shades of Studio #764796

Tints of Studio #764796

Color information

#764796 (or 0x764796) is unknown color: approx Studio. HEX triplet: 76, 47 and 96. RGB value is (118,71,150). Sum of RGB (Red+Green+Blue) = 118+71+150=339 (44% of max value = 765). Red value is 118 (46.48% from 255 or 34.81% from 339); Green value is 71 (28.12% from 255 or 20.94% from 339); Blue value is 150 (58.98% from 255 or 44.25% from 339); Max value from RGB is 150 - color contains mainly: blue. Hex color #764796 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #764796 is #89B869. Grayscale: #5D5D5D. Windows color (decimal): -9025642 or 9848694. OLE color: 9848694.

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

Color convert

RGB11871150-
CMYK0.210.5300.41
HSL275.7º35.75%43.33%-
HSV(B)275.7º52.67%58.82%-
XYZ15.2310.5630.09-
YUV94.06159.57145.08-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 34.81%
GREEN value IS 71 (28.12% from 255) = 20.94%
BLUE value IS 150 (58.98% from 255) = 44.25%
R=34.81%
G=20.94%
B=44.25%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal118711500.210.5300.41275.735.7543.33
Hex7647961535029114242b
Octal16610722625650514244453
Binary1110110100011110010110101011101010101001100010100100100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #764796

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #764796; }

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

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

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

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

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

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

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

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