#764299

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

Shades of Studio #764299

Tints of Studio #764299

Color information

#764299 (or 0x764299) is unknown color: approx Studio. HEX triplet: 76, 42 and 99. RGB value is (118,66,153). Sum of RGB (Red+Green+Blue) = 118+66+153=337 (44% of max value = 765). Red value is 118 (46.48% from 255 or 35.01% from 337); Green value is 66 (26.17% from 255 or 19.58% from 337); Blue value is 153 (60.16% from 255 or 45.40% from 337); Max value from RGB is 153 - color contains mainly: blue. Hex color #764299 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #764299 is #89BD66. Grayscale: #5B5B5B. Windows color (decimal): -9026919 or 10044022. OLE color: 10044022.

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

Color convert

RGB11866153-
CMYK0.230.5700.4
HSL275.86º39.73%42.94%-
HSV(B)275.86º56.86%60%-
XYZ15.1710.0531.28-
YUV91.47162.73146.93-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 35.01%
GREEN value IS 66 (26.17% from 255) = 19.58%
BLUE value IS 153 (60.16% from 255) = 45.40%
R=35.01%
G=19.58%
B=45.40%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal118661530.230.5700.4275.8639.7342.94
Hex7642991739028114282b
Octal16610223127710504245053
Binary1110110100001010011001101111110010101000100010100101000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #764299

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #764299; }

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

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

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

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

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

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

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

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