Html Css Color HEX #77499B Studio

📋 copy color: '#77499B'

red 119 ◦ green 73 ◦ blue 155

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

Shades of Studio #77499B

Tints of Studio #77499B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 44.67%

R = 34.29%
G = 21.04%
B = 44.67%

CMYK

 C value IS 0.23

 M value IS 0.53

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#77499B (or 0x77499B) is known color: Studio. HEX triplet: 77, 49 and 9B. RGB value is (119,73,155). Sum of RGB (Red+Green+Blue) = 119+73+155=347 (45% of max value = 765). Red value is 119 (46.88% from 255 or 34.29% from 347); Green value is 73 (28.91% from 255 or 21.04% from 347); Blue value is 155 (60.94% from 255 or 44.67% from 347); Max value from RGB is 155 - color contains mainly: blue. Hex color #77499B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #77499B is #88B664. Grayscale: #5F5F5F. Windows color (decimal): -8959589 or 10176887. OLE color: 10176887.

HSL color Cylindrical-coordinate representation of color #77499B: hue angle of 273.66º degrees, saturation: 0.36, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #77499B is Cyan = 0.23, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 119 73 155 -
CMYK 0.23 0.53 0 0.39
HSL 273.66º 0.36% 0.45% -
HSV(B) 273.66º 0.53% 0.61% -
XYZ 15.91 11.05 32.31 -
YUV 96.1 161.24 144.33 -
System Red Green Blue C M Y K H S L
Decimal 119 73 155 0.23 0.53 0 0.39 273.66 0.36 0.45
Hex 77 49 9B 17 35 0 27 112 24 2D
Octal 167 111 233 27 65 0 47 422 44 55
Binary 1110111 1001001 10011011 10111 110101 0 100111 100010010 100100 101101

Color Harmonies of #77499B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77499B

Black with #77499B

Text Example


Text Example

White with #77499B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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