Html Css Color HEX #776FAA Scampi

📋 copy color: '#776FAA'

red 119 ◦ green 111 ◦ blue 170

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

Shades of Scampi #776FAA

Tints of Scampi #776FAA

RGB

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

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

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

R = 29.75%
G = 27.75%
B = 42.5%

CMYK

 C value IS 0.3

 M value IS 0.35

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#776FAA (or 0x776FAA) is known color: Scampi. HEX triplet: 77, 6F and AA. RGB value is (119,111,170). Sum of RGB (Red+Green+Blue) = 119+111+170=400 (52% of max value = 765). Red value is 119 (46.88% from 255 or 29.75% from 400); Green value is 111 (43.75% from 255 or 27.75% from 400); Blue value is 170 (66.80% from 255 or 42.5% from 400); Max value from RGB is 170 - color contains mainly: blue. Hex color #776FAA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #776FAA is #889055. Grayscale: #777777. Windows color (decimal): -8949846 or 11169655. OLE color: 11169655.

HSL color Cylindrical-coordinate representation of color #776FAA: hue angle of 248.14º degrees, saturation: 0.26, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #776FAA is Cyan = 0.3, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 119 111 170 -
CMYK 0.3 0.35 0 0.33
HSL 248.14º 0.26% 0.55% -
HSV(B) 248.14º 0.35% 0.67% -
XYZ 20.55 18.19 40.46 -
YUV 120.12 156.15 127.2 -
System Red Green Blue C M Y K H S L
Decimal 119 111 170 0.3 0.35 0 0.33 248.14 0.26 0.55
Hex 77 6F AA 1E 23 0 21 F8 1A 37
Octal 167 157 252 36 43 0 41 370 32 67
Binary 1110111 1101111 10101010 11110 100011 0 100001 11111000 11010 110111

Color Harmonies of #776FAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #776FAA

Black with #776FAA

Text Example


Text Example

White with #776FAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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