Html Css Color HEX #776AAD Scampi

📋 copy color: '#776AAD'

red 119 ◦ green 106 ◦ blue 173

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

Shades of Scampi #776AAD

Tints of Scampi #776AAD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 43.47%

R = 29.9%
G = 26.63%
B = 43.47%

CMYK

 C value IS 0.31

 M value IS 0.39

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#776AAD (or 0x776AAD) is known color: Scampi. HEX triplet: 77, 6A and AD. RGB value is (119,106,173). Sum of RGB (Red+Green+Blue) = 119+106+173=398 (52% of max value = 765). Red value is 119 (46.88% from 255 or 29.90% from 398); Green value is 106 (41.80% from 255 or 26.63% from 398); Blue value is 173 (67.97% from 255 or 43.47% from 398); Max value from RGB is 173 - color contains mainly: blue. Hex color #776AAD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #776AAD is #889552. Grayscale: #757575. Windows color (decimal): -8951123 or 11364983. OLE color: 11364983.

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

Color convert

RGB 119 106 173 -
CMYK 0.31 0.39 0 0.32
HSL 251.64º 0.29% 0.55% -
HSV(B) 251.64º 0.39% 0.68% -
XYZ 20.3 17.25 41.79 -
YUV 117.53 159.31 129.05 -
System Red Green Blue C M Y K H S L
Decimal 119 106 173 0.31 0.39 0 0.32 251.64 0.29 0.55
Hex 77 6A AD 1F 27 0 20 FC 1D 37
Octal 167 152 255 37 47 0 40 374 35 67
Binary 1110111 1101010 10101101 11111 100111 0 100000 11111100 11101 110111

Color Harmonies of #776AAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #776AAD

Black with #776AAD

Text Example


Text Example

White with #776AAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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