Html Css Color HEX #7740AE Studio

📋 copy color: '#7740AE'

red 119 ◦ green 64 ◦ blue 174

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

Shades of Studio #7740AE

Tints of Studio #7740AE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 48.74%

R = 33.33%
G = 17.93%
B = 48.74%

CMYK

 C value IS 0.32

 M value IS 0.63

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#7740AE (or 0x7740AE) is known color: Studio. HEX triplet: 77, 40 and AE. RGB value is (119,64,174). Sum of RGB (Red+Green+Blue) = 119+64+174=357 (47% of max value = 765). Red value is 119 (46.88% from 255 or 33.33% from 357); Green value is 64 (25.39% from 255 or 17.93% from 357); Blue value is 174 (68.36% from 255 or 48.74% from 357); Max value from RGB is 174 - color contains mainly: blue. Hex color #7740AE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7740AE is #88BF51. Grayscale: #5C5C5C. Windows color (decimal): -8961874 or 11419767. OLE color: 11419767.

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

Color convert

RGB 119 64 174 -
CMYK 0.32 0.63 0 0.32
HSL 270º 0.46% 0.47% -
HSV(B) 270º 0.63% 0.68% -
XYZ 17.08 10.64 41.2 -
YUV 92.99 173.72 146.56 -
System Red Green Blue C M Y K H S L
Decimal 119 64 174 0.32 0.63 0 0.32 270 0.46 0.47
Hex 77 40 AE 20 3F 0 20 10E 2E 2F
Octal 167 100 256 40 77 0 40 416 56 57
Binary 1110111 1000000 10101110 100000 111111 0 100000 100001110 101110 101111

Color Harmonies of #7740AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7740AE

Black with #7740AE

Text Example


Text Example

White with #7740AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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