Html Css Color HEX #77529C Studio

📋 copy color: '#77529C'

red 119 ◦ green 82 ◦ blue 156

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

Shades of Studio #77529C

Tints of Studio #77529C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 43.7%

R = 33.33%
G = 22.97%
B = 43.7%

CMYK

 C value IS 0.24

 M value IS 0.47

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#77529C (or 0x77529C) is known color: Studio. HEX triplet: 77, 52 and 9C. RGB value is (119,82,156). Sum of RGB (Red+Green+Blue) = 119+82+156=357 (47% of max value = 765). Red value is 119 (46.88% from 255 or 33.33% from 357); Green value is 82 (32.42% from 255 or 22.97% from 357); Blue value is 156 (61.33% from 255 or 43.70% from 357); Max value from RGB is 156 - color contains mainly: blue. Hex color #77529C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #77529C is #88AD63. Grayscale: #656565. Windows color (decimal): -8957284 or 10244727. OLE color: 10244727.

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

Color convert

RGB 119 82 156 -
CMYK 0.24 0.47 0 0.39
HSL 270º 0.31% 0.47% -
HSV(B) 270º 0.47% 0.61% -
XYZ 16.63 12.36 32.96 -
YUV 101.5 158.76 140.48 -
System Red Green Blue C M Y K H S L
Decimal 119 82 156 0.24 0.47 0 0.39 270 0.31 0.47
Hex 77 52 9C 18 2F 0 27 10E 1F 2F
Octal 167 122 234 30 57 0 47 416 37 57
Binary 1110111 1010010 10011100 11000 101111 0 100111 100001110 11111 101111

Color Harmonies of #77529C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77529C

Black with #77529C

Text Example


Text Example

White with #77529C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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