Html Css Color HEX #77519A Studio

📋 copy color: '#77519A'

red 119 ◦ green 81 ◦ blue 154

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

Shades of Studio #77519A

Tints of Studio #77519A

RGB

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

 GREEN value IS 81 (32.03% from 255) = 22.88%

 BLUE value IS 154 (60.55% from 255) = 43.5%

R = 33.62%
G = 22.88%
B = 43.5%

CMYK

 C value IS 0.23

 M value IS 0.47

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#77519A (or 0x77519A) is known color: Studio. HEX triplet: 77, 51 and 9A. RGB value is (119,81,154). Sum of RGB (Red+Green+Blue) = 119+81+154=354 (46% of max value = 765). Red value is 119 (46.88% from 255 or 33.62% from 354); Green value is 81 (32.03% from 255 or 22.88% from 354); Blue value is 154 (60.55% from 255 or 43.50% from 354); Max value from RGB is 154 - color contains mainly: blue. Hex color #77519A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #77519A is #88AE65. Grayscale: #646464. Windows color (decimal): -8957542 or 10113399. OLE color: 10113399.

HSL color Cylindrical-coordinate representation of color #77519A: hue angle of 271.23º degrees, saturation: 0.31, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #77519A is Cyan = 0.23, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 119 81 154 -
CMYK 0.23 0.47 0 0.40
HSL 271.23º 0.31% 0.46% -
HSV(B) 271.23º 0.47% 0.6% -
XYZ 16.38 12.14 32.05 -
YUV 100.68 158.09 141.06 -
System Red Green Blue C M Y K H S L
Decimal 119 81 154 0.23 0.47 0 0.40 271.23 0.31 0.46
Hex 77 51 9A 17 2F 0 28 10F 1F 2E
Octal 167 121 232 27 57 0 50 417 37 56
Binary 1110111 1010001 10011010 10111 101111 0 101000 100001111 11111 101110

Color Harmonies of #77519A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77519A

Black with #77519A

Text Example


Text Example

White with #77519A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #77519A; }

 p { color: rgb(119,81,154); }

 H1.HeaderClassName
 {
   color: #77519A;
 }
 .AnyTagClassName
 {
   color: #77519A;
 }
</style>

background-color css

<style>
 a { background-color: #77519A; }

 a { background-color: rgb(119,81,154); }

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

border-color css

<style>
 span { border-color: #77519A; }

 span { border-color: rgb(119,81,154); }

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