Html Css Color HEX #7750AC Studio

📋 copy color: '#7750AC'

red 119 ◦ green 80 ◦ blue 172

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

Shades of Studio #7750AC

Tints of Studio #7750AC

RGB

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

 GREEN value IS 80 (31.64% from 255) = 21.56%

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

R = 32.08%
G = 21.56%
B = 46.36%

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

#7750AC (or 0x7750AC) is known color: Studio. HEX triplet: 77, 50 and AC. RGB value is (119,80,172). Sum of RGB (Red+Green+Blue) = 119+80+172=371 (49% of max value = 765). Red value is 119 (46.88% from 255 or 32.08% from 371); Green value is 80 (31.64% from 255 or 21.56% from 371); Blue value is 172 (67.58% from 255 or 46.36% from 371); Max value from RGB is 172 - color contains mainly: blue. Hex color #7750AC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7750AC is #88AF53. Grayscale: #656565. Windows color (decimal): -8957780 or 11292791. OLE color: 11292791.

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

Color convert

RGB 119 80 172 -
CMYK 0.31 0.53 0 0.33
HSL 265.43º 0.37% 0.49% -
HSV(B) 265.43º 0.53% 0.67% -
XYZ 17.92 12.64 40.52 -
YUV 102.15 167.42 140.02 -
System Red Green Blue C M Y K H S L
Decimal 119 80 172 0.31 0.53 0 0.33 265.43 0.37 0.49
Hex 77 50 AC 1F 35 0 21 109 25 31
Octal 167 120 254 37 65 0 41 411 45 61
Binary 1110111 1010000 10101100 11111 110101 0 100001 100001001 100101 110001

Color Harmonies of #7750AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7750AC

Black with #7750AC

Text Example


Text Example

White with #7750AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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