#7655AA

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

Shades of Studio #7655AA

Tints of Studio #7655AA

Color information

#7655AA (or 0x7655AA) is unknown color: approx Studio. HEX triplet: 76, 55 and AA. RGB value is (118,85,170). Sum of RGB (Red+Green+Blue) = 118+85+170=373 (49% of max value = 765). Red value is 118 (46.48% from 255 or 31.64% from 373); Green value is 85 (33.59% from 255 or 22.79% from 373); Blue value is 170 (66.80% from 255 or 45.58% from 373); Max value from RGB is 170 - color contains mainly: blue. Hex color #7655AA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7655AA is #89AA55. Grayscale: #686868. Windows color (decimal): -9022038 or 11162998. OLE color: 11162998.

HSL color Cylindrical-coordinate representation of color #7655AA: hue angle of 263.29º degrees, saturation: 0.33, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7655AA is Cyan = 0.31, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB11885170-
CMYK0.310.5000.33
HSL263.29º33.33%50%-
HSV(B)263.29º50%66.67%-
XYZ17.9813.2539.64-
YUV104.56164.93137.59-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 31.64%
GREEN value IS 85 (33.59% from 255) = 22.79%
BLUE value IS 170 (66.80% from 255) = 45.58%
R=31.64%
G=22.79%
B=45.58%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal118851700.310.5000.33263.2933.3350
Hex7655AA1F320211072132
Octal16612525237620414074162
Binary1110110101010110101010111111100100100001100000111100001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7655AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7655AA; }

 p { color: rgb(118,85,170); }

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

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

 a { background-color: rgb(118,85,170); }

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

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

 span { border-color: rgb(118,85,170); }

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