#7742ab

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

Shades of Studio #7742AB

Tints of Studio #7742AB

Color information

#7742AB (or 0x7742AB) is unknown color: approx Studio. HEX triplet: 77, 42 and AB. RGB value is (119,66,171). Sum of RGB (Red+Green+Blue) = 119+66+171=356 (47% of max value = 765). Red value is 119 (46.88% from 255 or 33.43% from 356); Green value is 66 (26.17% from 255 or 18.54% from 356); Blue value is 171 (67.19% from 255 or 48.03% from 356); Max value from RGB is 171 - color contains mainly: blue. Hex color #7742AB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7742AB is #88BD54. Grayscale: #5D5D5D. Windows color (decimal): -8961365 or 11223671. OLE color: 11223671.

HSL color Cylindrical-coordinate representation of color #7742AB: hue angle of 270.29º degrees, saturation: 0.44, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #7742AB is Cyan = 0.30, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB11966171-
CMYK0.300.6100.33
HSL270.29º44.3%46.47%-
HSV(B)270.29º61.4%67.06%-
XYZ16.9110.7639.71-
YUV93.82171.56145.96-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 33.43%
GREEN value IS 66 (26.17% from 255) = 18.54%
BLUE value IS 171 (67.19% from 255) = 48.03%
R=33.43%
G=18.54%
B=48.03%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal119661710.300.6100.33270.2944.346.47
Hex7742AB1E3D02110e2c2e
Octal16710225336750414165456
Binary1110111100001010101011111101111010100001100001110101100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7742ab

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7742ab; }

 p { color: rgb(119,66,171); }

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

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

 a { background-color: rgb(119,66,171); }

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

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

 span { border-color: rgb(119,66,171); }

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