#764099

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

Shades of Studio #764099

Tints of Studio #764099

Color information

#764099 (or 0x764099) is unknown color: approx Studio. HEX triplet: 76, 40 and 99. RGB value is (118,64,153). Sum of RGB (Red+Green+Blue) = 118+64+153=335 (44% of max value = 765). Red value is 118 (46.48% from 255 or 35.22% from 335); Green value is 64 (25.39% from 255 or 19.10% from 335); Blue value is 153 (60.16% from 255 or 45.67% from 335); Max value from RGB is 153 - color contains mainly: blue. Hex color #764099 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #764099 is #89BF66. Grayscale: #595959. Windows color (decimal): -9027431 or 10043510. OLE color: 10043510.

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

Color convert

RGB11864153-
CMYK0.230.5800.4
HSL276.4º41.01%42.55%-
HSV(B)276.4º58.17%60%-
XYZ15.059.8231.24-
YUV90.29163.39147.76-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 35.22%
GREEN value IS 64 (25.39% from 255) = 19.10%
BLUE value IS 153 (60.16% from 255) = 45.67%
R=35.22%
G=19.10%
B=45.67%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal118641530.230.5800.4276.441.0142.55
Hex764099173A028114292b
Octal16610023127720504245153
Binary1110110100000010011001101111110100101000100010100101001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #764099

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #764099; }

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

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

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

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

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

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

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

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