Html Css Color HEX #7759AA Studio

📋 copy color: '#7759AA'

red 119 ◦ green 89 ◦ blue 170

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

Shades of Studio #7759AA

Tints of Studio #7759AA

RGB

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

 GREEN value IS 89 (35.16% from 255) = 23.54%

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

R = 31.48%
G = 23.54%
B = 44.97%

CMYK

 C value IS 0.3

 M value IS 0.48

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7759AA (or 0x7759AA) is known color: Studio. HEX triplet: 77, 59 and AA. RGB value is (119,89,170). Sum of RGB (Red+Green+Blue) = 119+89+170=378 (50% of max value = 765). Red value is 119 (46.88% from 255 or 31.48% from 378); Green value is 89 (35.16% from 255 or 23.54% from 378); Blue value is 170 (66.80% from 255 or 44.97% from 378); Max value from RGB is 170 - color contains mainly: blue. Hex color #7759AA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7759AA is #88A655. Grayscale: #6A6A6A. Windows color (decimal): -8955478 or 11164023. OLE color: 11164023.

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

Color convert

RGB 119 89 170 -
CMYK 0.3 0.48 0 0.33
HSL 262.22º 0.32% 0.51% -
HSV(B) 262.22º 0.48% 0.67% -
XYZ 18.44 13.97 39.75 -
YUV 107.2 163.44 136.41 -
System Red Green Blue C M Y K H S L
Decimal 119 89 170 0.3 0.48 0 0.33 262.22 0.32 0.51
Hex 77 59 AA 1E 30 0 21 106 20 33
Octal 167 131 252 36 60 0 41 406 40 63
Binary 1110111 1011001 10101010 11110 110000 0 100001 100000110 100000 110011

Color Harmonies of #7759AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7759AA

Black with #7759AA

Text Example


Text Example

White with #7759AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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