Html Css Color HEX #77529D Studio

📋 copy color: '#77529D'

red 119 ◦ green 82 ◦ blue 157

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

Shades of Studio #77529D

Tints of Studio #77529D

RGB

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

 GREEN value IS 82 (32.42% from 255) = 22.91%

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

R = 33.24%
G = 22.91%
B = 43.85%

CMYK

 C value IS 0.24

 M value IS 0.48

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#77529D (or 0x77529D) is known color: Studio. HEX triplet: 77, 52 and 9D. RGB value is (119,82,157). Sum of RGB (Red+Green+Blue) = 119+82+157=358 (47% of max value = 765). Red value is 119 (46.88% from 255 or 33.24% from 358); Green value is 82 (32.42% from 255 or 22.91% from 358); Blue value is 157 (61.72% from 255 or 43.85% from 358); Max value from RGB is 157 - color contains mainly: blue. Hex color #77529D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #77529D is #88AD62. Grayscale: #656565. Windows color (decimal): -8957283 or 10310263. OLE color: 10310263.

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

Color convert

RGB 119 82 157 -
CMYK 0.24 0.48 0 0.38
HSL 269.6º 0.31% 0.47% -
HSV(B) 269.6º 0.48% 0.62% -
XYZ 16.71 12.39 33.41 -
YUV 101.61 159.26 140.4 -
System Red Green Blue C M Y K H S L
Decimal 119 82 157 0.24 0.48 0 0.38 269.6 0.31 0.47
Hex 77 52 9D 18 30 0 26 10E 1F 2F
Octal 167 122 235 30 60 0 46 416 37 57
Binary 1110111 1010010 10011101 11000 110000 0 100110 100001110 11111 101111

Color Harmonies of #77529D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77529D

Black with #77529D

Text Example


Text Example

White with #77529D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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