Html Css Color HEX #76579E Studio

📋 copy color: '#76579E'

red 118 ◦ green 87 ◦ blue 158

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

Shades of Studio #76579E

Tints of Studio #76579E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 43.53%

R = 32.51%
G = 23.97%
B = 43.53%

CMYK

 C value IS 0.25

 M value IS 0.45

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#76579E (or 0x76579E) is known color: Studio. HEX triplet: 76, 57 and 9E. RGB value is (118,87,158). Sum of RGB (Red+Green+Blue) = 118+87+158=363 (48% of max value = 765). Red value is 118 (46.48% from 255 or 32.51% from 363); Green value is 87 (34.38% from 255 or 23.97% from 363); Blue value is 158 (62.11% from 255 or 43.53% from 363); Max value from RGB is 158 - color contains mainly: blue. Hex color #76579E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #76579E is #89A861. Grayscale: #686868. Windows color (decimal): -9021538 or 10377078. OLE color: 10377078.

HSL color Cylindrical-coordinate representation of color #76579E: hue angle of 266.2º degrees, saturation: 0.29, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #76579E is Cyan = 0.25, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 118 87 158 -
CMYK 0.25 0.45 0 0.38
HSL 266.2º 0.29% 0.48% -
HSV(B) 266.2º 0.45% 0.62% -
XYZ 17.05 13.14 33.98 -
YUV 104.36 158.27 137.73 -
System Red Green Blue C M Y K H S L
Decimal 118 87 158 0.25 0.45 0 0.38 266.2 0.29 0.48
Hex 76 57 9E 19 2D 0 26 10A 1D 30
Octal 166 127 236 31 55 0 46 412 35 60
Binary 1110110 1010111 10011110 11001 101101 0 100110 100001010 11101 110000

Color Harmonies of #76579E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76579E

Black with #76579E

Text Example


Text Example

White with #76579E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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