Html Css Color HEX #77499D Studio

📋 copy color: '#77499D'

red 119 ◦ green 73 ◦ blue 157

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

Shades of Studio #77499D

Tints of Studio #77499D

RGB

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

 GREEN value IS 73 (28.91% from 255) = 20.92%

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

R = 34.1%
G = 20.92%
B = 44.99%

CMYK

 C value IS 0.24

 M value IS 0.54

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#77499D (or 0x77499D) is known color: Studio. HEX triplet: 77, 49 and 9D. RGB value is (119,73,157). Sum of RGB (Red+Green+Blue) = 119+73+157=349 (46% of max value = 765). Red value is 119 (46.88% from 255 or 34.10% from 349); Green value is 73 (28.91% from 255 or 20.92% from 349); Blue value is 157 (61.72% from 255 or 44.99% from 349); Max value from RGB is 157 - color contains mainly: blue. Hex color #77499D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #77499D is #88B662. Grayscale: #606060. Windows color (decimal): -8959587 or 10307959. OLE color: 10307959.

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

Color convert

RGB 119 73 157 -
CMYK 0.24 0.54 0 0.38
HSL 272.86º 0.37% 0.45% -
HSV(B) 272.86º 0.54% 0.62% -
XYZ 16.08 11.12 33.2 -
YUV 96.33 162.24 144.17 -
System Red Green Blue C M Y K H S L
Decimal 119 73 157 0.24 0.54 0 0.38 272.86 0.37 0.45
Hex 77 49 9D 18 36 0 26 111 25 2D
Octal 167 111 235 30 66 0 46 421 45 55
Binary 1110111 1001001 10011101 11000 110110 0 100110 100010001 100101 101101

Color Harmonies of #77499D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77499D

Black with #77499D

Text Example


Text Example

White with #77499D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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