Html Css Color HEX #77539E Studio

📋 copy color: '#77539E'

red 119 ◦ green 83 ◦ blue 158

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

Shades of Studio #77539E

Tints of Studio #77539E

RGB

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

 GREEN value IS 83 (32.81% from 255) = 23.06%

 BLUE value IS 158 (62.11% from 255) = 43.89%

R = 33.06%
G = 23.06%
B = 43.89%

CMYK

 C value IS 0.25

 M value IS 0.47

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#77539E (or 0x77539E) is known color: Studio. HEX triplet: 77, 53 and 9E. RGB value is (119,83,158). Sum of RGB (Red+Green+Blue) = 119+83+158=360 (47% of max value = 765). Red value is 119 (46.88% from 255 or 33.06% from 360); Green value is 83 (32.81% from 255 or 23.06% from 360); Blue value is 158 (62.11% from 255 or 43.89% from 360); Max value from RGB is 158 - color contains mainly: blue. Hex color #77539E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #77539E is #88AC61. Grayscale: #666666. Windows color (decimal): -8957026 or 10376055. OLE color: 10376055.

HSL color Cylindrical-coordinate representation of color #77539E: hue angle of 268.8º degrees, saturation: 0.31, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #77539E is Cyan = 0.25, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 119 83 158 -
CMYK 0.25 0.47 0 0.38
HSL 268.8º 0.31% 0.47% -
HSV(B) 268.8º 0.47% 0.62% -
XYZ 16.87 12.58 33.89 -
YUV 102.31 159.43 139.9 -
System Red Green Blue C M Y K H S L
Decimal 119 83 158 0.25 0.47 0 0.38 268.8 0.31 0.47
Hex 77 53 9E 19 2F 0 26 10D 1F 2F
Octal 167 123 236 31 57 0 46 415 37 57
Binary 1110111 1010011 10011110 11001 101111 0 100110 100001101 11111 101111

Color Harmonies of #77539E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77539E

Black with #77539E

Text Example


Text Example

White with #77539E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #77539E; }

 p { color: rgb(119,83,158); }

 H1.HeaderClassName
 {
   color: #77539E;
 }
 .AnyTagClassName
 {
   color: #77539E;
 }
</style>

background-color css

<style>
 a { background-color: #77539E; }

 a { background-color: rgb(119,83,158); }

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

border-color css

<style>
 span { border-color: #77539E; }

 span { border-color: rgb(119,83,158); }

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