Html Css Color HEX #76579C Studio

📋 copy color: '#76579C'

red 118 ◦ green 87 ◦ blue 156

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

Shades of Studio #76579C

Tints of Studio #76579C

RGB

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

 GREEN value IS 87 (34.38% from 255) = 24.1%

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

R = 32.69%
G = 24.1%
B = 43.21%

CMYK

 C value IS 0.24

 M value IS 0.44

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#76579C (or 0x76579C) is known color: Studio. HEX triplet: 76, 57 and 9C. RGB value is (118,87,156). Sum of RGB (Red+Green+Blue) = 118+87+156=361 (47% of max value = 765). Red value is 118 (46.48% from 255 or 32.69% from 361); Green value is 87 (34.38% from 255 or 24.10% from 361); Blue value is 156 (61.33% from 255 or 43.21% from 361); Max value from RGB is 156 - color contains mainly: blue. Hex color #76579C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #76579C is #89A863. Grayscale: #676767. Windows color (decimal): -9021540 or 10246006. OLE color: 10246006.

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

Color convert

RGB 118 87 156 -
CMYK 0.24 0.44 0 0.39
HSL 266.96º 0.28% 0.48% -
HSV(B) 266.96º 0.44% 0.61% -
XYZ 16.88 13.07 33.09 -
YUV 104.14 157.27 137.89 -
System Red Green Blue C M Y K H S L
Decimal 118 87 156 0.24 0.44 0 0.39 266.96 0.28 0.48
Hex 76 57 9C 18 2C 0 27 10B 1C 30
Octal 166 127 234 30 54 0 47 413 34 60
Binary 1110110 1010111 10011100 11000 101100 0 100111 100001011 11100 110000

Color Harmonies of #76579C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76579C

Black with #76579C

Text Example


Text Example

White with #76579C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,87,156); }

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

background-color css

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

 a { background-color: rgb(118,87,156); }

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

border-color css

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

 span { border-color: rgb(118,87,156); }

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