Html Css Color HEX #7746AC Studio

📋 copy color: '#7746AC'

red 119 ◦ green 70 ◦ blue 172

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

Shades of Studio #7746AC

Tints of Studio #7746AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 47.65%

R = 32.96%
G = 19.39%
B = 47.65%

CMYK

 C value IS 0.31

 M value IS 0.59

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7746AC (or 0x7746AC) is known color: Studio. HEX triplet: 77, 46 and AC. RGB value is (119,70,172). Sum of RGB (Red+Green+Blue) = 119+70+172=361 (47% of max value = 765). Red value is 119 (46.88% from 255 or 32.96% from 361); Green value is 70 (27.73% from 255 or 19.39% from 361); Blue value is 172 (67.58% from 255 or 47.65% from 361); Max value from RGB is 172 - color contains mainly: blue. Hex color #7746AC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7746AC is #88B953. Grayscale: #5F5F5F. Windows color (decimal): -8960340 or 11290231. OLE color: 11290231.

HSL color Cylindrical-coordinate representation of color #7746AC: hue angle of 268.82º degrees, saturation: 0.42, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #7746AC is Cyan = 0.31, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 119 70 172 -
CMYK 0.31 0.59 0 0.33
HSL 268.82º 0.42% 0.47% -
HSV(B) 268.82º 0.59% 0.67% -
XYZ 17.24 11.28 40.3 -
YUV 96.28 170.73 144.21 -
System Red Green Blue C M Y K H S L
Decimal 119 70 172 0.31 0.59 0 0.33 268.82 0.42 0.47
Hex 77 46 AC 1F 3B 0 21 10D 2A 2F
Octal 167 106 254 37 73 0 41 415 52 57
Binary 1110111 1000110 10101100 11111 111011 0 100001 100001101 101010 101111

Color Harmonies of #7746AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7746AC

Black with #7746AC

Text Example


Text Example

White with #7746AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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