Html Css Color HEX #77539D Studio

📋 copy color: '#77539D'

red 119 ◦ green 83 ◦ blue 157

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

Shades of Studio #77539D

Tints of Studio #77539D

RGB

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

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

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

R = 33.15%
G = 23.12%
B = 43.73%

CMYK

 C value IS 0.24

 M value IS 0.47

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#77539D (or 0x77539D) is known color: Studio. HEX triplet: 77, 53 and 9D. RGB value is (119,83,157). Sum of RGB (Red+Green+Blue) = 119+83+157=359 (47% of max value = 765). Red value is 119 (46.88% from 255 or 33.15% from 359); Green value is 83 (32.81% from 255 or 23.12% from 359); Blue value is 157 (61.72% from 255 or 43.73% from 359); Max value from RGB is 157 - color contains mainly: blue. Hex color #77539D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #77539D is #88AC62. Grayscale: #656565. Windows color (decimal): -8957027 or 10310519. OLE color: 10310519.

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

Color convert

RGB 119 83 157 -
CMYK 0.24 0.47 0 0.38
HSL 269.19º 0.31% 0.47% -
HSV(B) 269.19º 0.47% 0.62% -
XYZ 16.79 12.54 33.43 -
YUV 102.2 158.93 139.98 -
System Red Green Blue C M Y K H S L
Decimal 119 83 157 0.24 0.47 0 0.38 269.19 0.31 0.47
Hex 77 53 9D 18 2F 0 26 10D 1F 2F
Octal 167 123 235 30 57 0 46 415 37 57
Binary 1110111 1010011 10011101 11000 101111 0 100110 100001101 11111 101111

Color Harmonies of #77539D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77539D

Black with #77539D

Text Example


Text Example

White with #77539D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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