Html Css Color HEX #77559D Studio

📋 copy color: '#77559D'

red 119 ◦ green 85 ◦ blue 157

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

Shades of Studio #77559D

Tints of Studio #77559D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 43.49%

R = 32.96%
G = 23.55%
B = 43.49%

CMYK

 C value IS 0.24

 M value IS 0.46

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#77559D (or 0x77559D) is known color: Studio. HEX triplet: 77, 55 and 9D. RGB value is (119,85,157). Sum of RGB (Red+Green+Blue) = 119+85+157=361 (47% of max value = 765). Red value is 119 (46.88% from 255 or 32.96% from 361); Green value is 85 (33.59% from 255 or 23.55% from 361); Blue value is 157 (61.72% from 255 or 43.49% from 361); Max value from RGB is 157 - color contains mainly: blue. Hex color #77559D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #77559D is #88AA62. Grayscale: #676767. Windows color (decimal): -8956515 or 10311031. OLE color: 10311031.

HSL color Cylindrical-coordinate representation of color #77559D: hue angle of 268.33º degrees, saturation: 0.3, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #77559D is Cyan = 0.24, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 119 85 157 -
CMYK 0.24 0.46 0 0.38
HSL 268.33º 0.3% 0.47% -
HSV(B) 268.33º 0.46% 0.62% -
XYZ 16.94 12.85 33.49 -
YUV 103.37 158.26 139.15 -
System Red Green Blue C M Y K H S L
Decimal 119 85 157 0.24 0.46 0 0.38 268.33 0.3 0.47
Hex 77 55 9D 18 2E 0 26 10C 1E 2F
Octal 167 125 235 30 56 0 46 414 36 57
Binary 1110111 1010101 10011101 11000 101110 0 100110 100001100 11110 101111

Color Harmonies of #77559D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77559D

Black with #77559D

Text Example


Text Example

White with #77559D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #77559D; }

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

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

background-color css

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

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

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

border-color css

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

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

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