Html Css Color HEX #77549D Studio

📋 copy color: '#77549D'

red 119 ◦ green 84 ◦ blue 157

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

Shades of Studio #77549D

Tints of Studio #77549D

RGB

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

 GREEN value IS 84 (33.2% from 255) = 23.33%

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

R = 33.06%
G = 23.33%
B = 43.61%

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

#77549D (or 0x77549D) is known color: Studio. HEX triplet: 77, 54 and 9D. RGB value is (119,84,157). Sum of RGB (Red+Green+Blue) = 119+84+157=360 (47% of max value = 765). Red value is 119 (46.88% from 255 or 33.06% from 360); Green value is 84 (33.20% from 255 or 23.33% from 360); Blue value is 157 (61.72% from 255 or 43.61% from 360); Max value from RGB is 157 - color contains mainly: blue. Hex color #77549D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #77549D is #88AB62. Grayscale: #666666. Windows color (decimal): -8956771 or 10310775. OLE color: 10310775.

HSL color Cylindrical-coordinate representation of color #77549D: hue angle of 268.77º 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 #77549D is Cyan = 0.24, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 119 84 157 -
CMYK 0.24 0.46 0 0.38
HSL 268.77º 0.3% 0.47% -
HSV(B) 268.77º 0.46% 0.62% -
XYZ 16.86 12.7 33.46 -
YUV 102.79 158.6 139.56 -
System Red Green Blue C M Y K H S L
Decimal 119 84 157 0.24 0.46 0 0.38 268.77 0.3 0.47
Hex 77 54 9D 18 2E 0 26 10D 1E 2F
Octal 167 124 235 30 56 0 46 415 36 57
Binary 1110111 1010100 10011101 11000 101110 0 100110 100001101 11110 101111

Color Harmonies of #77549D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77549D

Black with #77549D

Text Example


Text Example

White with #77549D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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