#764599

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

Shades of Studio #764599

Tints of Studio #764599

Color information

#764599 (or 0x764599) is unknown color: approx Studio. HEX triplet: 76, 45 and 99. RGB value is (118,69,153). Sum of RGB (Red+Green+Blue) = 118+69+153=340 (45% of max value = 765). Red value is 118 (46.48% from 255 or 34.71% from 340); Green value is 69 (27.34% from 255 or 20.29% from 340); Blue value is 153 (60.16% from 255 or 45% from 340); Max value from RGB is 153 - color contains mainly: blue. Hex color #764599 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #764599 is #89BA66. Grayscale: #5C5C5C. Windows color (decimal): -9026151 or 10044790. OLE color: 10044790.

HSL color Cylindrical-coordinate representation of color #764599: hue angle of 275º degrees, saturation: 0.38, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #764599 is Cyan = 0.23, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB11869153-
CMYK0.230.5500.4
HSL275º37.84%43.53%-
HSV(B)275º54.9%60%-
XYZ15.3510.4131.34-
YUV93.23161.73145.67-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 34.71%
GREEN value IS 69 (27.34% from 255) = 20.29%
BLUE value IS 153 (60.16% from 255) = 45%
R=34.71%
G=20.29%
B=45%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal118691530.230.5500.427537.8443.53
Hex7645991737028113262c
Octal16610523127670504234654
Binary1110110100010110011001101111101110101000100010011100110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #764599

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #764599; }

 p { color: rgb(118,69,153); }

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

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

 a { background-color: rgb(118,69,153); }

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

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

 span { border-color: rgb(118,69,153); }

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