Html Css Color HEX #775E99 Studio

📋 copy color: '#775E99'

red 119 ◦ green 94 ◦ blue 153

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

Shades of Studio #775E99

Tints of Studio #775E99

RGB

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

 GREEN value IS 94 (37.11% from 255) = 25.68%

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

R = 32.51%
G = 25.68%
B = 41.8%

CMYK

 C value IS 0.22

 M value IS 0.39

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#775E99 (or 0x775E99) is known color: Studio. HEX triplet: 77, 5E and 99. RGB value is (119,94,153). Sum of RGB (Red+Green+Blue) = 119+94+153=366 (48% of max value = 765). Red value is 119 (46.88% from 255 or 32.51% from 366); Green value is 94 (37.11% from 255 or 25.68% from 366); Blue value is 153 (60.16% from 255 or 41.80% from 366); Max value from RGB is 153 - color contains mainly: blue. Hex color #775E99 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #775E99 is #88A166. Grayscale: #6B6B6B. Windows color (decimal): -8954215 or 10051191. OLE color: 10051191.

HSL color Cylindrical-coordinate representation of color #775E99: hue angle of 265.42º degrees, saturation: 0.24, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #775E99 is Cyan = 0.22, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 119 94 153 -
CMYK 0.22 0.39 0 0.4
HSL 265.42º 0.24% 0.48% -
HSV(B) 265.42º 0.39% 0.6% -
XYZ 17.36 14.23 31.97 -
YUV 108.2 153.28 135.7 -
System Red Green Blue C M Y K H S L
Decimal 119 94 153 0.22 0.39 0 0.4 265.42 0.24 0.48
Hex 77 5E 99 16 27 0 28 109 18 30
Octal 167 136 231 26 47 0 50 411 30 60
Binary 1110111 1011110 10011001 10110 100111 0 101000 100001001 11000 110000

Color Harmonies of #775E99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #775E99

Black with #775E99

Text Example


Text Example

White with #775E99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #775E99; }

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

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

background-color css

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

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

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

border-color css

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

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

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