Html Css Color HEX #7744AA Studio

📋 copy color: '#7744AA'

red 119 ◦ green 68 ◦ blue 170

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

Shades of Studio #7744AA

Tints of Studio #7744AA

RGB

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

 GREEN value IS 68 (26.95% from 255) = 19.05%

 BLUE value IS 170 (66.8% from 255) = 47.62%

R = 33.33%
G = 19.05%
B = 47.62%

CMYK

 C value IS 0.3

 M value IS 0.6

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7744AA (or 0x7744AA) is known color: Studio. HEX triplet: 77, 44 and AA. RGB value is (119,68,170). Sum of RGB (Red+Green+Blue) = 119+68+170=357 (47% of max value = 765). Red value is 119 (46.88% from 255 or 33.33% from 357); Green value is 68 (26.95% from 255 or 19.05% from 357); Blue value is 170 (66.80% from 255 or 47.62% from 357); Max value from RGB is 170 - color contains mainly: blue. Hex color #7744AA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7744AA is #88BB55. Grayscale: #5E5E5E. Windows color (decimal): -8960854 or 11158647. OLE color: 11158647.

HSL color Cylindrical-coordinate representation of color #7744AA: hue angle of 270º degrees, saturation: 0.43, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #7744AA is Cyan = 0.3, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 119 68 170 -
CMYK 0.3 0.6 0 0.33
HSL 270º 0.43% 0.47% -
HSV(B) 270º 0.6% 0.67% -
XYZ 16.93 10.96 39.25 -
YUV 94.88 170.4 145.21 -
System Red Green Blue C M Y K H S L
Decimal 119 68 170 0.3 0.6 0 0.33 270 0.43 0.47
Hex 77 44 AA 1E 3C 0 21 10E 2B 2F
Octal 167 104 252 36 74 0 41 416 53 57
Binary 1110111 1000100 10101010 11110 111100 0 100001 100001110 101011 101111

Color Harmonies of #7744AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7744AA

Black with #7744AA

Text Example


Text Example

White with #7744AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7744AA; }

 p { color: rgb(119,68,170); }

 H1.HeaderClassName
 {
   color: #7744AA;
 }
 .AnyTagClassName
 {
   color: #7744AA;
 }
</style>

background-color css

<style>
 a { background-color: #7744AA; }

 a { background-color: rgb(119,68,170); }

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

border-color css

<style>
 span { border-color: #7744AA; }

 span { border-color: rgb(119,68,170); }

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