Html Css Color HEX #776CAC Scampi

📋 copy color: '#776CAC'

red 119 ◦ green 108 ◦ blue 172

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

Shades of Scampi #776CAC

Tints of Scampi #776CAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 43.11%

R = 29.82%
G = 27.07%
B = 43.11%

CMYK

 C value IS 0.31

 M value IS 0.37

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#776CAC (or 0x776CAC) is known color: Scampi. HEX triplet: 77, 6C and AC. RGB value is (119,108,172). Sum of RGB (Red+Green+Blue) = 119+108+172=399 (52% of max value = 765). Red value is 119 (46.88% from 255 or 29.82% from 399); Green value is 108 (42.58% from 255 or 27.07% from 399); Blue value is 172 (67.58% from 255 or 43.11% from 399); Max value from RGB is 172 - color contains mainly: blue. Hex color #776CAC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #776CAC is #889353. Grayscale: #767676. Windows color (decimal): -8950612 or 11299959. OLE color: 11299959.

HSL color Cylindrical-coordinate representation of color #776CAC: hue angle of 250.31º degrees, saturation: 0.28, 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 #776CAC is Cyan = 0.31, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 119 108 172 -
CMYK 0.31 0.37 0 0.33
HSL 250.31º 0.28% 0.55% -
HSV(B) 250.31º 0.37% 0.67% -
XYZ 20.42 17.63 41.36 -
YUV 118.59 158.14 128.3 -
System Red Green Blue C M Y K H S L
Decimal 119 108 172 0.31 0.37 0 0.33 250.31 0.28 0.55
Hex 77 6C AC 1F 25 0 21 FA 1C 37
Octal 167 154 254 37 45 0 41 372 34 67
Binary 1110111 1101100 10101100 11111 100101 0 100001 11111010 11100 110111

Color Harmonies of #776CAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #776CAC

Black with #776CAC

Text Example


Text Example

White with #776CAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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