Html Css Color HEX #76479B Studio

📋 copy color: '#76479B'

red 118 ◦ green 71 ◦ blue 155

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

Shades of Studio #76479B

Tints of Studio #76479B

RGB

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

 GREEN value IS 71 (28.13% from 255) = 20.64%

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

R = 34.3%
G = 20.64%
B = 45.06%

CMYK

 C value IS 0.24

 M value IS 0.54

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#76479B (or 0x76479B) is known color: Studio. HEX triplet: 76, 47 and 9B. RGB value is (118,71,155). Sum of RGB (Red+Green+Blue) = 118+71+155=344 (45% of max value = 765). Red value is 118 (46.48% from 255 or 34.30% from 344); Green value is 71 (28.12% from 255 or 20.64% from 344); Blue value is 155 (60.94% from 255 or 45.06% from 344); Max value from RGB is 155 - color contains mainly: blue. Hex color #76479B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #76479B is #89B864. Grayscale: #5E5E5E. Windows color (decimal): -9025637 or 10176374. OLE color: 10176374.

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

Color convert

RGB 118 71 155 -
CMYK 0.24 0.54 0 0.39
HSL 273.57º 0.37% 0.44% -
HSV(B) 273.57º 0.54% 0.61% -
XYZ 15.64 10.72 32.26 -
YUV 94.63 162.07 144.67 -
System Red Green Blue C M Y K H S L
Decimal 118 71 155 0.24 0.54 0 0.39 273.57 0.37 0.44
Hex 76 47 9B 18 36 0 27 112 25 2C
Octal 166 107 233 30 66 0 47 422 45 54
Binary 1110110 1000111 10011011 11000 110110 0 100111 100010010 100101 101100

Color Harmonies of #76479B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76479B

Black with #76479B

Text Example


Text Example

White with #76479B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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