Html Css Color HEX #7740AC Studio

📋 copy color: '#7740AC'

red 119 ◦ green 64 ◦ blue 172

#7740AC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Studio #7740AC

Tints of Studio #7740AC

RGB

 RED value IS 119 (46.88% from 255) = 33.52%

 GREEN value IS 64 (25.39% from 255) = 18.03%

 BLUE value IS 172 (67.58% from 255) = 48.45%

R = 33.52%
G = 18.03%
B = 48.45%

CMYK

 C value IS 0.31

 M value IS 0.63

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7740AC (or 0x7740AC) is known color: Studio. HEX triplet: 77, 40 and AC. RGB value is (119,64,172). Sum of RGB (Red+Green+Blue) = 119+64+172=355 (47% of max value = 765). Red value is 119 (46.88% from 255 or 33.52% from 355); Green value is 64 (25.39% from 255 or 18.03% from 355); Blue value is 172 (67.58% from 255 or 48.45% from 355); Max value from RGB is 172 - color contains mainly: blue. Hex color #7740AC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7740AC is #88BF53. Grayscale: #5C5C5C. Windows color (decimal): -8961876 or 11288695. OLE color: 11288695.

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

Color convert

RGB 119 64 172 -
CMYK 0.31 0.63 0 0.33
HSL 270.56º 0.46% 0.46% -
HSV(B) 270.56º 0.63% 0.67% -
XYZ 16.89 10.57 40.18 -
YUV 92.76 172.72 146.72 -
System Red Green Blue C M Y K H S L
Decimal 119 64 172 0.31 0.63 0 0.33 270.56 0.46 0.46
Hex 77 40 AC 1F 3F 0 21 10F 2E 2E
Octal 167 100 254 37 77 0 41 417 56 56
Binary 1110111 1000000 10101100 11111 111111 0 100001 100001111 101110 101110

Color Harmonies of #7740AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7740AC

Black with #7740AC

Text Example


Text Example

White with #7740AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #7740AC;
 }
 .AnyTagClassName
 {
   color: #7740AC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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