Html Css Color HEX #76479A Studio

📋 copy color: '#76479A'

red 118 ◦ green 71 ◦ blue 154

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

Shades of Studio #76479A

Tints of Studio #76479A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 44.9%

R = 34.4%
G = 20.7%
B = 44.9%

CMYK

 C value IS 0.23

 M value IS 0.54

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#76479A (or 0x76479A) is known color: Studio. HEX triplet: 76, 47 and 9A. RGB value is (118,71,154). Sum of RGB (Red+Green+Blue) = 118+71+154=343 (45% of max value = 765). Red value is 118 (46.48% from 255 or 34.40% from 343); Green value is 71 (28.12% from 255 or 20.70% from 343); Blue value is 154 (60.55% from 255 or 44.90% from 343); Max value from RGB is 154 - color contains mainly: blue. Hex color #76479A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #76479A is #89B865. Grayscale: #5E5E5E. Windows color (decimal): -9025638 or 10110838. OLE color: 10110838.

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

Color convert

RGB 118 71 154 -
CMYK 0.23 0.54 0 0.40
HSL 273.98º 0.37% 0.44% -
HSV(B) 273.98º 0.54% 0.6% -
XYZ 15.56 10.69 31.82 -
YUV 94.52 161.57 144.75 -
System Red Green Blue C M Y K H S L
Decimal 118 71 154 0.23 0.54 0 0.40 273.98 0.37 0.44
Hex 76 47 9A 17 36 0 28 112 25 2C
Octal 166 107 232 27 66 0 50 422 45 54
Binary 1110110 1000111 10011010 10111 110110 0 101000 100010010 100101 101100

Color Harmonies of #76479A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76479A

Black with #76479A

Text Example


Text Example

White with #76479A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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