Html Css Color HEX #776EAF Scampi

📋 copy color: '#776EAF'

red 119 ◦ green 110 ◦ blue 175

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

Shades of Scampi #776EAF

Tints of Scampi #776EAF

RGB

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

 GREEN value IS 110 (43.36% from 255) = 27.23%

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

R = 29.46%
G = 27.23%
B = 43.32%

CMYK

 C value IS 0.32

 M value IS 0.37

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#776EAF (or 0x776EAF) is known color: Scampi. HEX triplet: 77, 6E and AF. RGB value is (119,110,175). Sum of RGB (Red+Green+Blue) = 119+110+175=404 (53% of max value = 765). Red value is 119 (46.88% from 255 or 29.46% from 404); Green value is 110 (43.36% from 255 or 27.23% from 404); Blue value is 175 (68.75% from 255 or 43.32% from 404); Max value from RGB is 175 - color contains mainly: blue. Hex color #776EAF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #776EAF is #889150. Grayscale: #777777. Windows color (decimal): -8950097 or 11497079. OLE color: 11497079.

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

Color convert

RGB 119 110 175 -
CMYK 0.32 0.37 0 0.31
HSL 248.31º 0.29% 0.56% -
HSV(B) 248.31º 0.37% 0.69% -
XYZ 20.92 18.17 42.96 -
YUV 120.1 158.98 127.21 -
System Red Green Blue C M Y K H S L
Decimal 119 110 175 0.32 0.37 0 0.31 248.31 0.29 0.56
Hex 77 6E AF 20 25 0 1F F8 1D 38
Octal 167 156 257 40 45 0 37 370 35 70
Binary 1110111 1101110 10101111 100000 100101 0 11111 11111000 11101 111000

Color Harmonies of #776EAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #776EAF

Black with #776EAF

Text Example


Text Example

White with #776EAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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