Html Css Color HEX #775EAC Scampi

📋 copy color: '#775EAC'

red 119 ◦ green 94 ◦ blue 172

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

Shades of Scampi #775EAC

Tints of Scampi #775EAC

RGB

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

 GREEN value IS 94 (37.11% from 255) = 24.42%

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

R = 30.91%
G = 24.42%
B = 44.68%

CMYK

 C value IS 0.31

 M value IS 0.45

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#775EAC (or 0x775EAC) is known color: Scampi. HEX triplet: 77, 5E and AC. RGB value is (119,94,172). Sum of RGB (Red+Green+Blue) = 119+94+172=385 (50% of max value = 765). Red value is 119 (46.88% from 255 or 30.91% from 385); Green value is 94 (37.11% from 255 or 24.42% from 385); Blue value is 172 (67.58% from 255 or 44.68% from 385); Max value from RGB is 172 - color contains mainly: blue. Hex color #775EAC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #775EAC is #88A153. Grayscale: #6E6E6E. Windows color (decimal): -8954196 or 11296375. OLE color: 11296375.

HSL color Cylindrical-coordinate representation of color #775EAC: hue angle of 259.23º degrees, saturation: 0.32, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #775EAC is Cyan = 0.31, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 119 94 172 -
CMYK 0.31 0.45 0 0.33
HSL 259.23º 0.32% 0.52% -
HSV(B) 259.23º 0.45% 0.67% -
XYZ 19.06 14.91 40.9 -
YUV 110.37 162.78 134.16 -
System Red Green Blue C M Y K H S L
Decimal 119 94 172 0.31 0.45 0 0.33 259.23 0.32 0.52
Hex 77 5E AC 1F 2D 0 21 103 20 34
Octal 167 136 254 37 55 0 41 403 40 64
Binary 1110111 1011110 10101100 11111 101101 0 100001 100000011 100000 110100

Color Harmonies of #775EAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #775EAC

Black with #775EAC

Text Example


Text Example

White with #775EAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #775EAC; }

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

 H1.HeaderClassName
 {
   color: #775EAC;
 }
 .AnyTagClassName
 {
   color: #775EAC;
 }
</style>

background-color css

<style>
 a { background-color: #775EAC; }

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

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

border-color css

<style>
 span { border-color: #775EAC; }

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

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