#7656A2

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

Shades of Studio #7656A2

Tints of Studio #7656A2

Color information

#7656A2 (or 0x7656A2) is unknown color: approx Studio. HEX triplet: 76, 56 and A2. RGB value is (118,86,162). Sum of RGB (Red+Green+Blue) = 118+86+162=366 (48% of max value = 765). Red value is 118 (46.48% from 255 or 32.24% from 366); Green value is 86 (33.98% from 255 or 23.50% from 366); Blue value is 162 (63.67% from 255 or 44.26% from 366); Max value from RGB is 162 - color contains mainly: blue. Hex color #7656A2 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7656A2 is #89A95D. Grayscale: #676767. Windows color (decimal): -9021790 or 10638966. OLE color: 10638966.

HSL color Cylindrical-coordinate representation of color #7656A2: hue angle of 265.26º degrees, saturation: 0.31, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7656A2 is Cyan = 0.27, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB11886162-
CMYK0.270.4700.36
HSL265.26º30.65%48.63%-
HSV(B)265.26º46.91%63.53%-
XYZ17.3213.1235.8-
YUV104.23160.6137.82-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 32.24%
GREEN value IS 86 (33.98% from 255) = 23.50%
BLUE value IS 162 (63.67% from 255) = 44.26%
R=32.24%
G=23.50%
B=44.26%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal118861620.270.4700.36265.2630.6548.63
Hex7656A21B2F0241091f31
Octal16612624233570444113761
Binary111011010101101010001011011101111010010010000100111111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7656A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7656A2; }

 p { color: rgb(118,86,162); }

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

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

 a { background-color: rgb(118,86,162); }

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

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

 span { border-color: rgb(118,86,162); }

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