Html Css Color HEX #7751AB Studio

📋 copy color: '#7751AB'

red 119 ◦ green 81 ◦ blue 171

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

Shades of Studio #7751AB

Tints of Studio #7751AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 46.09%

R = 32.08%
G = 21.83%
B = 46.09%

CMYK

 C value IS 0.30

 M value IS 0.53

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7751AB (or 0x7751AB) is known color: Studio. HEX triplet: 77, 51 and AB. RGB value is (119,81,171). Sum of RGB (Red+Green+Blue) = 119+81+171=371 (49% of max value = 765). Red value is 119 (46.88% from 255 or 32.08% from 371); Green value is 81 (32.03% from 255 or 21.83% from 371); Blue value is 171 (67.19% from 255 or 46.09% from 371); Max value from RGB is 171 - color contains mainly: blue. Hex color #7751AB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7751AB is #88AE54. Grayscale: #666666. Windows color (decimal): -8957525 or 11227511. OLE color: 11227511.

HSL color Cylindrical-coordinate representation of color #7751AB: hue angle of 265.33º degrees, saturation: 0.36, 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 #7751AB is Cyan = 0.30, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 119 81 171 -
CMYK 0.30 0.53 0 0.33
HSL 265.33º 0.36% 0.49% -
HSV(B) 265.33º 0.53% 0.67% -
XYZ 17.9 12.75 40.05 -
YUV 102.62 166.59 139.68 -
System Red Green Blue C M Y K H S L
Decimal 119 81 171 0.30 0.53 0 0.33 265.33 0.36 0.49
Hex 77 51 AB 1E 35 0 21 109 24 31
Octal 167 121 253 36 65 0 41 411 44 61
Binary 1110111 1010001 10101011 11110 110101 0 100001 100001001 100100 110001

Color Harmonies of #7751AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7751AB

Black with #7751AB

Text Example


Text Example

White with #7751AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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