#7751AC

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

Shades of Studio #7751AC

Tints of Studio #7751AC

Color information

#7751AC (or 0x7751AC) is unknown color: approx Studio. HEX triplet: 77, 51 and AC. RGB value is (119,81,172). Sum of RGB (Red+Green+Blue) = 119+81+172=372 (49% of max value = 765). Red value is 119 (46.88% from 255 or 31.99% from 372); Green value is 81 (32.03% from 255 or 21.77% from 372); Blue value is 172 (67.58% from 255 or 46.24% from 372); Max value from RGB is 172 - color contains mainly: blue. Hex color #7751AC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7751AC is #88AE53. Grayscale: #666666. Windows color (decimal): -8957524 or 11293047. OLE color: 11293047.

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

Color convert

RGB11981172-
CMYK0.310.5300.33
HSL265.05º35.97%49.61%-
HSV(B)265.05º52.91%67.45%-
XYZ1812.7940.55-
YUV102.74167.09139.6-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 31.99%
GREEN value IS 81 (32.03% from 255) = 21.77%
BLUE value IS 172 (67.58% from 255) = 46.24%
R=31.99%
G=21.77%
B=46.24%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal119811720.310.5300.33265.0535.9749.61
Hex7751AC1F350211092432
Octal16712125437650414114462
Binary1110111101000110101100111111101010100001100001001100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7751AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7751AC; }

 p { color: rgb(119,81,172); }

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

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

 a { background-color: rgb(119,81,172); }

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

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

 span { border-color: rgb(119,81,172); }

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