Html Css Color HEX #776AAC Scampi

📋 copy color: '#776AAC'

red 119 ◦ green 106 ◦ blue 172

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

Shades of Scampi #776AAC

Tints of Scampi #776AAC

RGB

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

 GREEN value IS 106 (41.8% from 255) = 26.7%

 BLUE value IS 172 (67.58% from 255) = 43.32%

R = 29.97%
G = 26.7%
B = 43.32%

CMYK

 C value IS 0.31

 M value IS 0.38

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#776AAC (or 0x776AAC) is known color: Scampi. HEX triplet: 77, 6A and AC. RGB value is (119,106,172). Sum of RGB (Red+Green+Blue) = 119+106+172=397 (52% of max value = 765). Red value is 119 (46.88% from 255 or 29.97% from 397); Green value is 106 (41.80% from 255 or 26.70% from 397); Blue value is 172 (67.58% from 255 or 43.32% from 397); Max value from RGB is 172 - color contains mainly: blue. Hex color #776AAC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #776AAC is #889553. Grayscale: #757575. Windows color (decimal): -8951124 or 11299447. OLE color: 11299447.

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

Color convert

RGB 119 106 172 -
CMYK 0.31 0.38 0 0.33
HSL 251.82º 0.28% 0.55% -
HSV(B) 251.82º 0.38% 0.67% -
XYZ 20.21 17.21 41.29 -
YUV 117.41 158.81 129.13 -
System Red Green Blue C M Y K H S L
Decimal 119 106 172 0.31 0.38 0 0.33 251.82 0.28 0.55
Hex 77 6A AC 1F 26 0 21 FC 1C 37
Octal 167 152 254 37 46 0 41 374 34 67
Binary 1110111 1101010 10101100 11111 100110 0 100001 11111100 11100 110111

Color Harmonies of #776AAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #776AAC

Black with #776AAC

Text Example


Text Example

White with #776AAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,106,172); }

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

background-color css

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

 a { background-color: rgb(119,106,172); }

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

border-color css

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

 span { border-color: rgb(119,106,172); }

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