Html Css Color HEX #775599 Studio

📋 copy color: '#775599'

red 119 ◦ green 85 ◦ blue 153

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

Shades of Studio #775599

Tints of Studio #775599

RGB

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

 GREEN value IS 85 (33.59% from 255) = 23.81%

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

R = 33.33%
G = 23.81%
B = 42.86%

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

#775599 (or 0x775599) is known color: Studio. HEX triplet: 77, 55 and 99. RGB value is (119,85,153). Sum of RGB (Red+Green+Blue) = 119+85+153=357 (47% of max value = 765). Red value is 119 (46.88% from 255 or 33.33% from 357); Green value is 85 (33.59% from 255 or 23.81% from 357); Blue value is 153 (60.16% from 255 or 42.86% from 357); Max value from RGB is 153 - color contains mainly: blue. Hex color #775599 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #775599 is #88AA66. Grayscale: #666666. Windows color (decimal): -8956519 or 10048887. OLE color: 10048887.

HSL color Cylindrical-coordinate representation of color #775599: hue angle of 270º degrees, saturation: 0.29, 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 #775599 is Cyan = 0.22, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 119 85 153 -
CMYK 0.22 0.44 0 0.4
HSL 270º 0.29% 0.47% -
HSV(B) 270º 0.44% 0.6% -
XYZ 16.61 12.72 31.72 -
YUV 102.92 156.26 139.47 -
System Red Green Blue C M Y K H S L
Decimal 119 85 153 0.22 0.44 0 0.4 270 0.29 0.47
Hex 77 55 99 16 2C 0 28 10E 1D 2F
Octal 167 125 231 26 54 0 50 416 35 57
Binary 1110111 1010101 10011001 10110 101100 0 101000 100001110 11101 101111

Color Harmonies of #775599

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #775599

Black with #775599

Text Example


Text Example

White with #775599

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #775599; }

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

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

background-color css

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

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

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

border-color css

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

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

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