Html Css Color HEX #775699 Studio

📋 copy color: '#775699'

red 119 ◦ green 86 ◦ blue 153

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

Shades of Studio #775699

Tints of Studio #775699

RGB

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

 GREEN value IS 86 (33.98% from 255) = 24.02%

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

R = 33.24%
G = 24.02%
B = 42.74%

CMYK

 C value IS 0.22

 M value IS 0.44

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#775699 (or 0x775699) is known color: Studio. HEX triplet: 77, 56 and 99. RGB value is (119,86,153). Sum of RGB (Red+Green+Blue) = 119+86+153=358 (47% of max value = 765). Red value is 119 (46.88% from 255 or 33.24% from 358); Green value is 86 (33.98% from 255 or 24.02% from 358); Blue value is 153 (60.16% from 255 or 42.74% from 358); Max value from RGB is 153 - color contains mainly: blue. Hex color #775699 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #775699 is #88A966. Grayscale: #676767. Windows color (decimal): -8956263 or 10049143. OLE color: 10049143.

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

Color convert

RGB 119 86 153 -
CMYK 0.22 0.44 0 0.4
HSL 269.55º 0.28% 0.47% -
HSV(B) 269.55º 0.44% 0.6% -
XYZ 16.69 12.88 31.74 -
YUV 103.51 155.93 139.05 -
System Red Green Blue C M Y K H S L
Decimal 119 86 153 0.22 0.44 0 0.4 269.55 0.28 0.47
Hex 77 56 99 16 2C 0 28 10E 1C 2F
Octal 167 126 231 26 54 0 50 416 34 57
Binary 1110111 1010110 10011001 10110 101100 0 101000 100001110 11100 101111

Color Harmonies of #775699

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #775699

Black with #775699

Text Example


Text Example

White with #775699

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #775699; }

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

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

background-color css

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

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

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

border-color css

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

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

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