Html Css Color HEX #76529D Studio

📋 copy color: '#76529D'

red 118 ◦ green 82 ◦ blue 157

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

Shades of Studio #76529D

Tints of Studio #76529D

RGB

 RED value IS 118 (46.48% from 255) = 33.05%

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

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

R = 33.05%
G = 22.97%
B = 43.98%

CMYK

 C value IS 0.25

 M value IS 0.48

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#76529D (or 0x76529D) is known color: Studio. HEX triplet: 76, 52 and 9D. RGB value is (118,82,157). Sum of RGB (Red+Green+Blue) = 118+82+157=357 (47% of max value = 765). Red value is 118 (46.48% from 255 or 33.05% from 357); Green value is 82 (32.42% from 255 or 22.97% from 357); Blue value is 157 (61.72% from 255 or 43.98% from 357); Max value from RGB is 157 - color contains mainly: blue. Hex color #76529D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #76529D is #89AD62. Grayscale: #656565. Windows color (decimal): -9022819 or 10310262. OLE color: 10310262.

HSL color Cylindrical-coordinate representation of color #76529D: 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.48%. Process color model (Four color, CMYK) of #76529D is Cyan = 0.25, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 118 82 157 -
CMYK 0.25 0.48 0 0.38
HSL 268.8º 0.31% 0.47% -
HSV(B) 268.8º 0.48% 0.62% -
XYZ 16.57 12.32 33.4 -
YUV 101.31 159.43 139.9 -
System Red Green Blue C M Y K H S L
Decimal 118 82 157 0.25 0.48 0 0.38 268.8 0.31 0.47
Hex 76 52 9D 19 30 0 26 10D 1F 2F
Octal 166 122 235 31 60 0 46 415 37 57
Binary 1110110 1010010 10011101 11001 110000 0 100110 100001101 11111 101111

Color Harmonies of #76529D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76529D

Black with #76529D

Text Example


Text Example

White with #76529D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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