Html Css Color HEX #776F9D Scampi

📋 copy color: '#776F9D'

red 119 ◦ green 111 ◦ blue 157

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

Shades of Scampi #776F9D

Tints of Scampi #776F9D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 40.57%

R = 30.75%
G = 28.68%
B = 40.57%

CMYK

 C value IS 0.24

 M value IS 0.29

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#776F9D (or 0x776F9D) is known color: Scampi. HEX triplet: 77, 6F and 9D. RGB value is (119,111,157). Sum of RGB (Red+Green+Blue) = 119+111+157=387 (51% of max value = 765). Red value is 119 (46.88% from 255 or 30.75% from 387); Green value is 111 (43.75% from 255 or 28.68% from 387); Blue value is 157 (61.72% from 255 or 40.57% from 387); Max value from RGB is 157 - color contains mainly: blue. Hex color #776F9D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #776F9D is #889062. Grayscale: #767676. Windows color (decimal): -8949859 or 10317687. OLE color: 10317687.

HSL color Cylindrical-coordinate representation of color #776F9D: hue angle of 250.43º degrees, saturation: 0.19, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #776F9D is Cyan = 0.24, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 119 111 157 -
CMYK 0.24 0.29 0 0.38
HSL 250.43º 0.19% 0.53% -
HSV(B) 250.43º 0.29% 0.62% -
XYZ 19.38 17.73 34.3 -
YUV 118.64 149.65 128.26 -
System Red Green Blue C M Y K H S L
Decimal 119 111 157 0.24 0.29 0 0.38 250.43 0.19 0.53
Hex 77 6F 9D 18 1D 0 26 FA 13 35
Octal 167 157 235 30 35 0 46 372 23 65
Binary 1110111 1101111 10011101 11000 11101 0 100110 11111010 10011 110101

Color Harmonies of #776F9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #776F9D

Black with #776F9D

Text Example


Text Example

White with #776F9D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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