Html Css Color HEX #776FAC Scampi

📋 copy color: '#776FAC'

red 119 ◦ green 111 ◦ blue 172

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

Shades of Scampi #776FAC

Tints of Scampi #776FAC

RGB

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

 GREEN value IS 111 (43.75% from 255) = 27.61%

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

R = 29.6%
G = 27.61%
B = 42.79%

CMYK

 C value IS 0.31

 M value IS 0.35

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#776FAC (or 0x776FAC) is known color: Scampi. HEX triplet: 77, 6F and AC. RGB value is (119,111,172). Sum of RGB (Red+Green+Blue) = 119+111+172=402 (53% of max value = 765). Red value is 119 (46.88% from 255 or 29.60% from 402); Green value is 111 (43.75% from 255 or 27.61% from 402); Blue value is 172 (67.58% from 255 or 42.79% from 402); Max value from RGB is 172 - color contains mainly: blue. Hex color #776FAC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #776FAC is #889053. Grayscale: #787878. Windows color (decimal): -8949844 or 11300727. OLE color: 11300727.

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

Color convert

RGB 119 111 172 -
CMYK 0.31 0.35 0 0.33
HSL 247.87º 0.27% 0.55% -
HSV(B) 247.87º 0.35% 0.67% -
XYZ 20.74 18.27 41.46 -
YUV 120.35 157.15 127.04 -
System Red Green Blue C M Y K H S L
Decimal 119 111 172 0.31 0.35 0 0.33 247.87 0.27 0.55
Hex 77 6F AC 1F 23 0 21 F8 1B 37
Octal 167 157 254 37 43 0 41 370 33 67
Binary 1110111 1101111 10101100 11111 100011 0 100001 11111000 11011 110111

Color Harmonies of #776FAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #776FAC

Black with #776FAC

Text Example


Text Example

White with #776FAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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