Html Css Color HEX #776FAE Scampi

📋 copy color: '#776FAE'

red 119 ◦ green 111 ◦ blue 174

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

Shades of Scampi #776FAE

Tints of Scampi #776FAE

RGB

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

 GREEN value IS 111 (43.75% from 255) = 27.48%

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

R = 29.46%
G = 27.48%
B = 43.07%

CMYK

 C value IS 0.32

 M value IS 0.36

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#776FAE (or 0x776FAE) is known color: Scampi. HEX triplet: 77, 6F and AE. RGB value is (119,111,174). Sum of RGB (Red+Green+Blue) = 119+111+174=404 (53% of max value = 765). Red value is 119 (46.88% from 255 or 29.46% from 404); Green value is 111 (43.75% from 255 or 27.48% from 404); Blue value is 174 (68.36% from 255 or 43.07% from 404); Max value from RGB is 174 - color contains mainly: blue. Hex color #776FAE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #776FAE is #889051. Grayscale: #787878. Windows color (decimal): -8949842 or 11431799. OLE color: 11431799.

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

Color convert

RGB 119 111 174 -
CMYK 0.32 0.36 0 0.32
HSL 247.62º 0.28% 0.56% -
HSV(B) 247.62º 0.36% 0.68% -
XYZ 20.93 18.35 42.48 -
YUV 120.57 158.15 126.88 -
System Red Green Blue C M Y K H S L
Decimal 119 111 174 0.32 0.36 0 0.32 247.62 0.28 0.56
Hex 77 6F AE 20 24 0 20 F8 1C 38
Octal 167 157 256 40 44 0 40 370 34 70
Binary 1110111 1101111 10101110 100000 100100 0 100000 11111000 11100 111000

Color Harmonies of #776FAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #776FAE

Black with #776FAE

Text Example


Text Example

White with #776FAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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