Html Css Color HEX #776D95 Scampi

📋 copy color: '#776D95'

red 119 ◦ green 109 ◦ blue 149

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

Shades of Scampi #776D95

Tints of Scampi #776D95

RGB

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

 GREEN value IS 109 (42.97% from 255) = 28.91%

 BLUE value IS 149 (58.59% from 255) = 39.52%

R = 31.56%
G = 28.91%
B = 39.52%

CMYK

 C value IS 0.20

 M value IS 0.27

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#776D95 (or 0x776D95) is known color: Scampi. HEX triplet: 77, 6D and 95. RGB value is (119,109,149). Sum of RGB (Red+Green+Blue) = 119+109+149=377 (49% of max value = 765). Red value is 119 (46.88% from 255 or 31.56% from 377); Green value is 109 (42.97% from 255 or 28.91% from 377); Blue value is 149 (58.59% from 255 or 39.52% from 377); Max value from RGB is 149 - color contains mainly: blue. Hex color #776D95 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #776D95 is #88926A. Grayscale: #747474. Windows color (decimal): -8950379 or 9792887. OLE color: 9792887.

HSL color Cylindrical-coordinate representation of color #776D95: hue angle of 255º degrees, saturation: 0.16, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #776D95 is Cyan = 0.20, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 119 109 149 -
CMYK 0.20 0.27 0 0.42
HSL 255º 0.16% 0.51% -
HSV(B) 255º 0.27% 0.58% -
XYZ 18.5 17.03 30.75 -
YUV 116.55 146.31 129.75 -
System Red Green Blue C M Y K H S L
Decimal 119 109 149 0.20 0.27 0 0.42 255 0.16 0.51
Hex 77 6D 95 14 1B 0 2A FF 10 33
Octal 167 155 225 24 33 0 52 377 20 63
Binary 1110111 1101101 10010101 10100 11011 0 101010 11111111 10000 110011

Color Harmonies of #776D95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #776D95

Black with #776D95

Text Example


Text Example

White with #776D95

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,109,149); }

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

background-color css

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

 a { background-color: rgb(119,109,149); }

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

border-color css

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

 span { border-color: rgb(119,109,149); }

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