Html Css Color HEX #7754AB Studio

📋 copy color: '#7754AB'

red 119 ◦ green 84 ◦ blue 171

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

Shades of Studio #7754AB

Tints of Studio #7754AB

RGB

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

 GREEN value IS 84 (33.2% from 255) = 22.46%

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

R = 31.82%
G = 22.46%
B = 45.72%

CMYK

 C value IS 0.30

 M value IS 0.51

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7754AB (or 0x7754AB) is known color: Studio. HEX triplet: 77, 54 and AB. RGB value is (119,84,171). Sum of RGB (Red+Green+Blue) = 119+84+171=374 (49% of max value = 765). Red value is 119 (46.88% from 255 or 31.82% from 374); Green value is 84 (33.20% from 255 or 22.46% from 374); Blue value is 171 (67.19% from 255 or 45.72% from 374); Max value from RGB is 171 - color contains mainly: blue. Hex color #7754AB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7754AB is #88AB54. Grayscale: #686868. Windows color (decimal): -8956757 or 11228279. OLE color: 11228279.

HSL color Cylindrical-coordinate representation of color #7754AB: hue angle of 264.14º degrees, saturation: 0.34, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7754AB is Cyan = 0.30, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 119 84 171 -
CMYK 0.30 0.51 0 0.33
HSL 264.14º 0.34% 0.5% -
HSV(B) 264.14º 0.51% 0.67% -
XYZ 18.13 13.2 40.12 -
YUV 104.38 165.6 138.43 -
System Red Green Blue C M Y K H S L
Decimal 119 84 171 0.30 0.51 0 0.33 264.14 0.34 0.5
Hex 77 54 AB 1E 33 0 21 108 22 32
Octal 167 124 253 36 63 0 41 410 42 62
Binary 1110111 1010100 10101011 11110 110011 0 100001 100001000 100010 110010

Color Harmonies of #7754AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7754AB

Black with #7754AB

Text Example


Text Example

White with #7754AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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