Html Css Color HEX #776DAE Scampi

📋 copy color: '#776DAE'

red 119 ◦ green 109 ◦ blue 174

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

Shades of Scampi #776DAE

Tints of Scampi #776DAE

RGB

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

 GREEN value IS 109 (42.97% from 255) = 27.11%

 BLUE value IS 174 (68.36% from 255) = 43.28%

R = 29.6%
G = 27.11%
B = 43.28%

CMYK

 C value IS 0.32

 M value IS 0.37

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#776DAE (or 0x776DAE) is known color: Scampi. HEX triplet: 77, 6D and AE. RGB value is (119,109,174). Sum of RGB (Red+Green+Blue) = 119+109+174=402 (53% of max value = 765). Red value is 119 (46.88% from 255 or 29.60% from 402); Green value is 109 (42.97% from 255 or 27.11% from 402); Blue value is 174 (68.36% from 255 or 43.28% from 402); Max value from RGB is 174 - color contains mainly: blue. Hex color #776DAE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #776DAE is #889251. Grayscale: #777777. Windows color (decimal): -8950354 or 11431287. OLE color: 11431287.

HSL color Cylindrical-coordinate representation of color #776DAE: hue angle of 249.23º degrees, saturation: 0.29, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #776DAE is Cyan = 0.32, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 119 109 174 -
CMYK 0.32 0.37 0 0.32
HSL 249.23º 0.29% 0.55% -
HSV(B) 249.23º 0.37% 0.68% -
XYZ 20.72 17.92 42.41 -
YUV 119.4 158.81 127.71 -
System Red Green Blue C M Y K H S L
Decimal 119 109 174 0.32 0.37 0 0.32 249.23 0.29 0.55
Hex 77 6D AE 20 25 0 20 F9 1D 37
Octal 167 155 256 40 45 0 40 371 35 67
Binary 1110111 1101101 10101110 100000 100101 0 100000 11111001 11101 110111

Color Harmonies of #776DAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #776DAE

Black with #776DAE

Text Example


Text Example

White with #776DAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #776DAE; }

 p { color: rgb(119,109,174); }

 H1.HeaderClassName
 {
   color: #776DAE;
 }
 .AnyTagClassName
 {
   color: #776DAE;
 }
</style>

background-color css

<style>
 a { background-color: #776DAE; }

 a { background-color: rgb(119,109,174); }

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

border-color css

<style>
 span { border-color: #776DAE; }

 span { border-color: rgb(119,109,174); }

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