Html Css Color HEX #775EAA Scampi

📋 copy color: '#775EAA'

red 119 ◦ green 94 ◦ blue 170

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

Shades of Scampi #775EAA

Tints of Scampi #775EAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 44.39%

R = 31.07%
G = 24.54%
B = 44.39%

CMYK

 C value IS 0.3

 M value IS 0.45

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#775EAA (or 0x775EAA) is known color: Scampi. HEX triplet: 77, 5E and AA. RGB value is (119,94,170). Sum of RGB (Red+Green+Blue) = 119+94+170=383 (50% of max value = 765). Red value is 119 (46.88% from 255 or 31.07% from 383); Green value is 94 (37.11% from 255 or 24.54% from 383); Blue value is 170 (66.80% from 255 or 44.39% from 383); Max value from RGB is 170 - color contains mainly: blue. Hex color #775EAA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #775EAA is #88A155. Grayscale: #6D6D6D. Windows color (decimal): -8954198 or 11165303. OLE color: 11165303.

HSL color Cylindrical-coordinate representation of color #775EAA: hue angle of 259.74º degrees, saturation: 0.31, 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 #775EAA is Cyan = 0.3, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 119 94 170 -
CMYK 0.3 0.45 0 0.33
HSL 259.74º 0.31% 0.52% -
HSV(B) 259.74º 0.45% 0.67% -
XYZ 18.87 14.83 39.9 -
YUV 110.14 161.78 134.32 -
System Red Green Blue C M Y K H S L
Decimal 119 94 170 0.3 0.45 0 0.33 259.74 0.31 0.52
Hex 77 5E AA 1E 2D 0 21 104 1F 34
Octal 167 136 252 36 55 0 41 404 37 64
Binary 1110111 1011110 10101010 11110 101101 0 100001 100000100 11111 110100

Color Harmonies of #775EAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #775EAA

Black with #775EAA

Text Example


Text Example

White with #775EAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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