Html Css Color HEX #77579D Studio

📋 copy color: '#77579D'

red 119 ◦ green 87 ◦ blue 157

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

Shades of Studio #77579D

Tints of Studio #77579D

RGB

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

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

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

R = 32.78%
G = 23.97%
B = 43.25%

CMYK

 C value IS 0.24

 M value IS 0.45

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#77579D (or 0x77579D) is known color: Studio. HEX triplet: 77, 57 and 9D. RGB value is (119,87,157). Sum of RGB (Red+Green+Blue) = 119+87+157=363 (48% of max value = 765). Red value is 119 (46.88% from 255 or 32.78% from 363); Green value is 87 (34.38% from 255 or 23.97% from 363); Blue value is 157 (61.72% from 255 or 43.25% from 363); Max value from RGB is 157 - color contains mainly: blue. Hex color #77579D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #77579D is #88A862. Grayscale: #686868. Windows color (decimal): -8956003 or 10311543. OLE color: 10311543.

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

Color convert

RGB 119 87 157 -
CMYK 0.24 0.45 0 0.38
HSL 267.43º 0.29% 0.48% -
HSV(B) 267.43º 0.45% 0.62% -
XYZ 17.1 13.17 33.54 -
YUV 104.55 157.6 138.31 -
System Red Green Blue C M Y K H S L
Decimal 119 87 157 0.24 0.45 0 0.38 267.43 0.29 0.48
Hex 77 57 9D 18 2D 0 26 10B 1D 30
Octal 167 127 235 30 55 0 46 413 35 60
Binary 1110111 1010111 10011101 11000 101101 0 100110 100001011 11101 110000

Color Harmonies of #77579D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77579D

Black with #77579D

Text Example


Text Example

White with #77579D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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