Html Css Color HEX #776CAA Scampi

📋 copy color: '#776CAA'

red 119 ◦ green 108 ◦ blue 170

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

Shades of Scampi #776CAA

Tints of Scampi #776CAA

RGB

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

 GREEN value IS 108 (42.58% from 255) = 27.2%

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

R = 29.97%
G = 27.2%
B = 42.82%

CMYK

 C value IS 0.3

 M value IS 0.36

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#776CAA (or 0x776CAA) is known color: Scampi. HEX triplet: 77, 6C and AA. RGB value is (119,108,170). Sum of RGB (Red+Green+Blue) = 119+108+170=397 (52% of max value = 765). Red value is 119 (46.88% from 255 or 29.97% from 397); Green value is 108 (42.58% from 255 or 27.20% from 397); Blue value is 170 (66.80% from 255 or 42.82% from 397); Max value from RGB is 170 - color contains mainly: blue. Hex color #776CAA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #776CAA is #889355. Grayscale: #767676. Windows color (decimal): -8950614 or 11168887. OLE color: 11168887.

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

Color convert

RGB 119 108 170 -
CMYK 0.3 0.36 0 0.33
HSL 250.65º 0.27% 0.55% -
HSV(B) 250.65º 0.36% 0.67% -
XYZ 20.23 17.55 40.35 -
YUV 118.36 157.14 128.46 -
System Red Green Blue C M Y K H S L
Decimal 119 108 170 0.3 0.36 0 0.33 250.65 0.27 0.55
Hex 77 6C AA 1E 24 0 21 FB 1B 37
Octal 167 154 252 36 44 0 41 373 33 67
Binary 1110111 1101100 10101010 11110 100100 0 100001 11111011 11011 110111

Color Harmonies of #776CAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #776CAA

Black with #776CAA

Text Example


Text Example

White with #776CAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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