Html Css Color HEX #776698 Scampi

📋 copy color: '#776698'

red 119 ◦ green 102 ◦ blue 152

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

Shades of Scampi #776698

Tints of Scampi #776698

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 40.75%

R = 31.9%
G = 27.35%
B = 40.75%

CMYK

 C value IS 0.22

 M value IS 0.33

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#776698 (or 0x776698) is known color: Scampi. HEX triplet: 77, 66 and 98. RGB value is (119,102,152). Sum of RGB (Red+Green+Blue) = 119+102+152=373 (49% of max value = 765). Red value is 119 (46.88% from 255 or 31.90% from 373); Green value is 102 (40.23% from 255 or 27.35% from 373); Blue value is 152 (59.77% from 255 or 40.75% from 373); Max value from RGB is 152 - color contains mainly: blue. Hex color #776698 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #776698 is #889967. Grayscale: #707070. Windows color (decimal): -8952168 or 9987703. OLE color: 9987703.

HSL color Cylindrical-coordinate representation of color #776698: hue angle of 260.4º degrees, saturation: 0.2, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #776698 is Cyan = 0.22, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 119 102 152 -
CMYK 0.22 0.33 0 0.40
HSL 260.4º 0.2% 0.5% -
HSV(B) 260.4º 0.33% 0.6% -
XYZ 18.03 15.69 31.78 -
YUV 112.78 150.13 132.43 -
System Red Green Blue C M Y K H S L
Decimal 119 102 152 0.22 0.33 0 0.40 260.4 0.2 0.5
Hex 77 66 98 16 21 0 28 104 14 32
Octal 167 146 230 26 41 0 50 404 24 62
Binary 1110111 1100110 10011000 10110 100001 0 101000 100000100 10100 110010

Color Harmonies of #776698

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #776698

Black with #776698

Text Example


Text Example

White with #776698

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #776698; }

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

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

background-color css

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

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

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

border-color css

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

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

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