Html Css Color HEX #7751AC Studio

📋 copy color: '#7751AC'

red 119 ◦ green 81 ◦ blue 172

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

Shades of Studio #7751AC

Tints of Studio #7751AC

RGB

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

 GREEN value IS 81 (32.03% from 255) = 21.77%

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

R = 31.99%
G = 21.77%
B = 46.24%

CMYK

 C value IS 0.31

 M value IS 0.53

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7751AC (or 0x7751AC) is known color: Studio. HEX triplet: 77, 51 and AC. RGB value is (119,81,172). Sum of RGB (Red+Green+Blue) = 119+81+172=372 (49% of max value = 765). Red value is 119 (46.88% from 255 or 31.99% from 372); Green value is 81 (32.03% from 255 or 21.77% from 372); Blue value is 172 (67.58% from 255 or 46.24% from 372); Max value from RGB is 172 - color contains mainly: blue. Hex color #7751AC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7751AC is #88AE53. Grayscale: #666666. Windows color (decimal): -8957524 or 11293047. OLE color: 11293047.

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

Color convert

RGB 119 81 172 -
CMYK 0.31 0.53 0 0.33
HSL 265.06º 0.36% 0.5% -
HSV(B) 265.06º 0.53% 0.67% -
XYZ 18 12.79 40.55 -
YUV 102.74 167.09 139.6 -
System Red Green Blue C M Y K H S L
Decimal 119 81 172 0.31 0.53 0 0.33 265.06 0.36 0.5
Hex 77 51 AC 1F 35 0 21 109 24 32
Octal 167 121 254 37 65 0 41 411 44 62
Binary 1110111 1010001 10101100 11111 110101 0 100001 100001001 100100 110010

Color Harmonies of #7751AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7751AC

Black with #7751AC

Text Example


Text Example

White with #7751AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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