Html Css Color HEX #776CAB Scampi

📋 copy color: '#776CAB'

red 119 ◦ green 108 ◦ blue 171

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

Shades of Scampi #776CAB

Tints of Scampi #776CAB

RGB

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

 GREEN value IS 108 (42.58% from 255) = 27.14%

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

R = 29.9%
G = 27.14%
B = 42.96%

CMYK

 C value IS 0.30

 M value IS 0.37

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#776CAB (or 0x776CAB) is known color: Scampi. HEX triplet: 77, 6C and AB. RGB value is (119,108,171). Sum of RGB (Red+Green+Blue) = 119+108+171=398 (52% of max value = 765). Red value is 119 (46.88% from 255 or 29.90% from 398); Green value is 108 (42.58% from 255 or 27.14% from 398); Blue value is 171 (67.19% from 255 or 42.96% from 398); Max value from RGB is 171 - color contains mainly: blue. Hex color #776CAB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #776CAB is #889354. Grayscale: #767676. Windows color (decimal): -8950613 or 11234423. OLE color: 11234423.

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

Color convert

RGB 119 108 171 -
CMYK 0.30 0.37 0 0.33
HSL 250.48º 0.27% 0.55% -
HSV(B) 250.48º 0.37% 0.67% -
XYZ 20.32 17.59 40.85 -
YUV 118.47 157.64 128.38 -
System Red Green Blue C M Y K H S L
Decimal 119 108 171 0.30 0.37 0 0.33 250.48 0.27 0.55
Hex 77 6C AB 1E 25 0 21 FA 1B 37
Octal 167 154 253 36 45 0 41 372 33 67
Binary 1110111 1101100 10101011 11110 100101 0 100001 11111010 11011 110111

Color Harmonies of #776CAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #776CAB

Black with #776CAB

Text Example


Text Example

White with #776CAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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