#7757a5

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

Shades of Studio #7757A5

Tints of Studio #7757A5

Color information

#7757A5 (or 0x7757A5) is unknown color: approx Studio. HEX triplet: 77, 57 and A5. RGB value is (119,87,165). Sum of RGB (Red+Green+Blue) = 119+87+165=371 (49% of max value = 765). Red value is 119 (46.88% from 255 or 32.08% from 371); Green value is 87 (34.38% from 255 or 23.45% from 371); Blue value is 165 (64.84% from 255 or 44.47% from 371); Max value from RGB is 165 - color contains mainly: blue. Hex color #7757A5 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7757A5 is #88A85A. Grayscale: #696969. Windows color (decimal): -8955995 or 10835831. OLE color: 10835831.

HSL color Cylindrical-coordinate representation of color #7757A5: hue angle of 264.62º degrees, saturation: 0.31, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7757A5 is Cyan = 0.28, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB11987165-
CMYK0.280.4700.35
HSL264.62º30.95%49.41%-
HSV(B)264.62º47.27%64.71%-
XYZ17.8113.4537.26-
YUV105.46161.6137.66-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 32.08%
GREEN value IS 87 (34.38% from 255) = 23.45%
BLUE value IS 165 (64.84% from 255) = 44.47%
R=32.08%
G=23.45%
B=44.47%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal119871650.280.4700.35264.6230.9549.41
Hex7757A51C2F0231091f31
Octal16712724534570434113761
Binary111011110101111010010111100101111010001110000100111111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7757a5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7757a5; }

 p { color: rgb(119,87,165); }

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

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

 a { background-color: rgb(119,87,165); }

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

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

 span { border-color: rgb(119,87,165); }

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