Html Css Color HEX #7746A6 Studio

📋 copy color: '#7746A6'

red 119 ◦ green 70 ◦ blue 166

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

Shades of Studio #7746A6

Tints of Studio #7746A6

RGB

 RED value IS 119 (46.88% from 255) = 33.52%

 GREEN value IS 70 (27.73% from 255) = 19.72%

 BLUE value IS 166 (65.23% from 255) = 46.76%

R = 33.52%
G = 19.72%
B = 46.76%

CMYK

 C value IS 0.28

 M value IS 0.58

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#7746A6 (or 0x7746A6) is known color: Studio. HEX triplet: 77, 46 and A6. RGB value is (119,70,166). Sum of RGB (Red+Green+Blue) = 119+70+166=355 (47% of max value = 765). Red value is 119 (46.88% from 255 or 33.52% from 355); Green value is 70 (27.73% from 255 or 19.72% from 355); Blue value is 166 (65.23% from 255 or 46.76% from 355); Max value from RGB is 166 - color contains mainly: blue. Hex color #7746A6 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7746A6 is #88B959. Grayscale: #5F5F5F. Windows color (decimal): -8960346 or 10897015. OLE color: 10897015.

HSL color Cylindrical-coordinate representation of color #7746A6: hue angle of 270.62º degrees, saturation: 0.41, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #7746A6 is Cyan = 0.28, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 119 70 166 -
CMYK 0.28 0.58 0 0.35
HSL 270.63º 0.41% 0.46% -
HSV(B) 270.63º 0.58% 0.65% -
XYZ 16.68 11.06 37.33 -
YUV 95.6 167.73 144.69 -
System Red Green Blue C M Y K H S L
Decimal 119 70 166 0.28 0.58 0 0.35 270.63 0.41 0.46
Hex 77 46 A6 1C 3A 0 23 10F 29 2E
Octal 167 106 246 34 72 0 43 417 51 56
Binary 1110111 1000110 10100110 11100 111010 0 100011 100001111 101001 101110

Color Harmonies of #7746A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7746A6

Black with #7746A6

Text Example


Text Example

White with #7746A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7746A6; }

 p { color: rgb(119,70,166); }

 H1.HeaderClassName
 {
   color: #7746A6;
 }
 .AnyTagClassName
 {
   color: #7746A6;
 }
</style>

background-color css

<style>
 a { background-color: #7746A6; }

 a { background-color: rgb(119,70,166); }

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

border-color css

<style>
 span { border-color: #7746A6; }

 span { border-color: rgb(119,70,166); }

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