Html Css Color HEX #776AAF Scampi

📋 copy color: '#776AAF'

red 119 ◦ green 106 ◦ blue 175

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

Shades of Scampi #776AAF

Tints of Scampi #776AAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 43.75%

R = 29.75%
G = 26.5%
B = 43.75%

CMYK

 C value IS 0.32

 M value IS 0.39

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#776AAF (or 0x776AAF) is known color: Scampi. HEX triplet: 77, 6A and AF. RGB value is (119,106,175). Sum of RGB (Red+Green+Blue) = 119+106+175=400 (52% of max value = 765). Red value is 119 (46.88% from 255 or 29.75% from 400); Green value is 106 (41.80% from 255 or 26.5% from 400); Blue value is 175 (68.75% from 255 or 43.75% from 400); Max value from RGB is 175 - color contains mainly: blue. Hex color #776AAF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #776AAF is #889550. Grayscale: #757575. Windows color (decimal): -8951121 or 11496055. OLE color: 11496055.

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

Color convert

RGB 119 106 175 -
CMYK 0.32 0.39 0 0.31
HSL 251.3º 0.3% 0.55% -
HSV(B) 251.3º 0.39% 0.69% -
XYZ 20.5 17.33 42.82 -
YUV 117.75 160.31 128.89 -
System Red Green Blue C M Y K H S L
Decimal 119 106 175 0.32 0.39 0 0.31 251.3 0.3 0.55
Hex 77 6A AF 20 27 0 1F FB 1E 37
Octal 167 152 257 40 47 0 37 373 36 67
Binary 1110111 1101010 10101111 100000 100111 0 11111 11111011 11110 110111

Color Harmonies of #776AAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #776AAF

Black with #776AAF

Text Example


Text Example

White with #776AAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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