Html Css Color HEX #76579B Studio

📋 copy color: '#76579B'

red 118 ◦ green 87 ◦ blue 155

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

Shades of Studio #76579B

Tints of Studio #76579B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 43.06%

R = 32.78%
G = 24.17%
B = 43.06%

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

#76579B (or 0x76579B) is known color: Studio. HEX triplet: 76, 57 and 9B. RGB value is (118,87,155). Sum of RGB (Red+Green+Blue) = 118+87+155=360 (47% of max value = 765). Red value is 118 (46.48% from 255 or 32.78% from 360); Green value is 87 (34.38% from 255 or 24.17% from 360); Blue value is 155 (60.94% from 255 or 43.06% from 360); Max value from RGB is 155 - color contains mainly: blue. Hex color #76579B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #76579B is #89A864. Grayscale: #676767. Windows color (decimal): -9021541 or 10180470. OLE color: 10180470.

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

Color convert

RGB 118 87 155 -
CMYK 0.24 0.44 0 0.39
HSL 267.35º 0.28% 0.47% -
HSV(B) 267.35º 0.44% 0.61% -
XYZ 16.8 13.03 32.64 -
YUV 104.02 156.77 137.97 -
System Red Green Blue C M Y K H S L
Decimal 118 87 155 0.24 0.44 0 0.39 267.35 0.28 0.47
Hex 76 57 9B 18 2C 0 27 10B 1C 2F
Octal 166 127 233 30 54 0 47 413 34 57
Binary 1110110 1010111 10011011 11000 101100 0 100111 100001011 11100 101111

Color Harmonies of #76579B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76579B

Black with #76579B

Text Example


Text Example

White with #76579B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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