Html Css Color HEX #776695 Scampi

📋 copy color: '#776695'

red 119 ◦ green 102 ◦ blue 149

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

Shades of Scampi #776695

Tints of Scampi #776695

RGB

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

 GREEN value IS 102 (40.23% from 255) = 27.57%

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

R = 32.16%
G = 27.57%
B = 40.27%

CMYK

 C value IS 0.20

 M value IS 0.32

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#776695 (or 0x776695) is known color: Scampi. HEX triplet: 77, 66 and 95. RGB value is (119,102,149). Sum of RGB (Red+Green+Blue) = 119+102+149=370 (49% of max value = 765). Red value is 119 (46.88% from 255 or 32.16% from 370); Green value is 102 (40.23% from 255 or 27.57% from 370); Blue value is 149 (58.59% from 255 or 40.27% from 370); Max value from RGB is 149 - color contains mainly: blue. Hex color #776695 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #776695 is #88996A. Grayscale: #707070. Windows color (decimal): -8952171 or 9791095. OLE color: 9791095.

HSL color Cylindrical-coordinate representation of color #776695: hue angle of 261.7º degrees, saturation: 0.19, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #776695 is Cyan = 0.20, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 119 102 149 -
CMYK 0.20 0.32 0 0.42
HSL 261.7º 0.19% 0.49% -
HSV(B) 261.7º 0.32% 0.58% -
XYZ 17.78 15.59 30.51 -
YUV 112.44 148.63 132.68 -
System Red Green Blue C M Y K H S L
Decimal 119 102 149 0.20 0.32 0 0.42 261.7 0.19 0.49
Hex 77 66 95 14 20 0 2A 106 13 31
Octal 167 146 225 24 40 0 52 406 23 61
Binary 1110111 1100110 10010101 10100 100000 0 101010 100000110 10011 110001

Color Harmonies of #776695

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #776695

Black with #776695

Text Example


Text Example

White with #776695

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #776695; }

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

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

background-color css

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

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

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

border-color css

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

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

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