Html Css Color HEX #776FB1 Scampi

📋 copy color: '#776FB1'

red 119 ◦ green 111 ◦ blue 177

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

Shades of Scampi #776FB1

Tints of Scampi #776FB1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 43.49%

R = 29.24%
G = 27.27%
B = 43.49%

CMYK

 C value IS 0.33

 M value IS 0.37

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#776FB1 (or 0x776FB1) is known color: Scampi. HEX triplet: 77, 6F and B1. RGB value is (119,111,177). Sum of RGB (Red+Green+Blue) = 119+111+177=407 (53% of max value = 765). Red value is 119 (46.88% from 255 or 29.24% from 407); Green value is 111 (43.75% from 255 or 27.27% from 407); Blue value is 177 (69.53% from 255 or 43.49% from 407); Max value from RGB is 177 - color contains mainly: blue. Hex color #776FB1 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #776FB1 is #88904E. Grayscale: #787878. Windows color (decimal): -8949839 or 11628407. OLE color: 11628407.

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

Color convert

RGB 119 111 177 -
CMYK 0.33 0.37 0 0.31
HSL 247.27º 0.3% 0.56% -
HSV(B) 247.27º 0.37% 0.69% -
XYZ 21.23 18.47 44.04 -
YUV 120.92 159.65 126.63 -
System Red Green Blue C M Y K H S L
Decimal 119 111 177 0.33 0.37 0 0.31 247.27 0.3 0.56
Hex 77 6F B1 21 25 0 1F F7 1E 38
Octal 167 157 261 41 45 0 37 367 36 70
Binary 1110111 1101111 10110001 100001 100101 0 11111 11110111 11110 111000

Color Harmonies of #776FB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #776FB1

Black with #776FB1

Text Example


Text Example

White with #776FB1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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