Html Css Color HEX #775799 Studio

📋 copy color: '#775799'

red 119 ◦ green 87 ◦ blue 153

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

Shades of Studio #775799

Tints of Studio #775799

RGB

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

 GREEN value IS 87 (34.38% from 255) = 24.23%

 BLUE value IS 153 (60.16% from 255) = 42.62%

R = 33.15%
G = 24.23%
B = 42.62%

CMYK

 C value IS 0.22

 M value IS 0.43

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#775799 (or 0x775799) is known color: Studio. HEX triplet: 77, 57 and 99. RGB value is (119,87,153). Sum of RGB (Red+Green+Blue) = 119+87+153=359 (47% of max value = 765). Red value is 119 (46.88% from 255 or 33.15% from 359); Green value is 87 (34.38% from 255 or 24.23% from 359); Blue value is 153 (60.16% from 255 or 42.62% from 359); Max value from RGB is 153 - color contains mainly: blue. Hex color #775799 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #775799 is #88A866. Grayscale: #676767. Windows color (decimal): -8956007 or 10049399. OLE color: 10049399.

HSL color Cylindrical-coordinate representation of color #775799: hue angle of 269.09º degrees, saturation: 0.28, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #775799 is Cyan = 0.22, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 119 87 153 -
CMYK 0.22 0.43 0 0.4
HSL 269.09º 0.28% 0.47% -
HSV(B) 269.09º 0.43% 0.6% -
XYZ 16.77 13.04 31.77 -
YUV 104.09 155.6 138.63 -
System Red Green Blue C M Y K H S L
Decimal 119 87 153 0.22 0.43 0 0.4 269.09 0.28 0.47
Hex 77 57 99 16 2B 0 28 10D 1C 2F
Octal 167 127 231 26 53 0 50 415 34 57
Binary 1110111 1010111 10011001 10110 101011 0 101000 100001101 11100 101111

Color Harmonies of #775799

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #775799

Black with #775799

Text Example


Text Example

White with #775799

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #775799; }

 p { color: rgb(119,87,153); }

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

background-color css

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

 a { background-color: rgb(119,87,153); }

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

border-color css

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

 span { border-color: rgb(119,87,153); }

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