Html Css Color HEX #776898 Scampi

📋 copy color: '#776898'

red 119 ◦ green 104 ◦ blue 152

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

Shades of Scampi #776898

Tints of Scampi #776898

RGB

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

 GREEN value IS 104 (41.02% from 255) = 27.73%

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

R = 31.73%
G = 27.73%
B = 40.53%

CMYK

 C value IS 0.22

 M value IS 0.32

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#776898 (or 0x776898) is known color: Scampi. HEX triplet: 77, 68 and 98. RGB value is (119,104,152). Sum of RGB (Red+Green+Blue) = 119+104+152=375 (49% of max value = 765). Red value is 119 (46.88% from 255 or 31.73% from 375); Green value is 104 (41.02% from 255 or 27.73% from 375); Blue value is 152 (59.77% from 255 or 40.53% from 375); Max value from RGB is 152 - color contains mainly: blue. Hex color #776898 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #776898 is #889767. Grayscale: #717171. Windows color (decimal): -8951656 or 9988215. OLE color: 9988215.

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

Color convert

RGB 119 104 152 -
CMYK 0.22 0.32 0 0.40
HSL 258.75º 0.19% 0.5% -
HSV(B) 258.75º 0.32% 0.6% -
XYZ 18.23 16.09 31.85 -
YUV 113.96 149.47 131.6 -
System Red Green Blue C M Y K H S L
Decimal 119 104 152 0.22 0.32 0 0.40 258.75 0.19 0.5
Hex 77 68 98 16 20 0 28 103 13 32
Octal 167 150 230 26 40 0 50 403 23 62
Binary 1110111 1101000 10011000 10110 100000 0 101000 100000011 10011 110010

Color Harmonies of #776898

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #776898

Black with #776898

Text Example


Text Example

White with #776898

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #776898; }

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

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

background-color css

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

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

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

border-color css

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

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

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