Html Css Color HEX #776DAB Scampi

📋 copy color: '#776DAB'

red 119 ◦ green 109 ◦ blue 171

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

Shades of Scampi #776DAB

Tints of Scampi #776DAB

RGB

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

 GREEN value IS 109 (42.97% from 255) = 27.32%

 BLUE value IS 171 (67.19% from 255) = 42.86%

R = 29.82%
G = 27.32%
B = 42.86%

CMYK

 C value IS 0.30

 M value IS 0.36

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#776DAB (or 0x776DAB) is known color: Scampi. HEX triplet: 77, 6D and AB. RGB value is (119,109,171). Sum of RGB (Red+Green+Blue) = 119+109+171=399 (52% of max value = 765). Red value is 119 (46.88% from 255 or 29.82% from 399); Green value is 109 (42.97% from 255 or 27.32% from 399); Blue value is 171 (67.19% from 255 or 42.86% from 399); Max value from RGB is 171 - color contains mainly: blue. Hex color #776DAB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #776DAB is #889254. Grayscale: #767676. Windows color (decimal): -8950357 or 11234679. OLE color: 11234679.

HSL color Cylindrical-coordinate representation of color #776DAB: hue angle of 249.68º 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 #776DAB is Cyan = 0.30, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 119 109 171 -
CMYK 0.30 0.36 0 0.33
HSL 249.68º 0.27% 0.55% -
HSV(B) 249.68º 0.36% 0.67% -
XYZ 20.43 17.8 40.89 -
YUV 119.06 157.31 127.96 -
System Red Green Blue C M Y K H S L
Decimal 119 109 171 0.30 0.36 0 0.33 249.68 0.27 0.55
Hex 77 6D AB 1E 24 0 21 FA 1B 37
Octal 167 155 253 36 44 0 41 372 33 67
Binary 1110111 1101101 10101011 11110 100100 0 100001 11111010 11011 110111

Color Harmonies of #776DAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #776DAB

Black with #776DAB

Text Example


Text Example

White with #776DAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,109,171); }

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

background-color css

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

 a { background-color: rgb(119,109,171); }

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

border-color css

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

 span { border-color: rgb(119,109,171); }

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