Html Css Color HEX #776498 Scampi

📋 copy color: '#776498'

red 119 ◦ green 100 ◦ blue 152

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

Shades of Scampi #776498

Tints of Scampi #776498

RGB

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

 GREEN value IS 100 (39.45% from 255) = 26.95%

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

R = 32.08%
G = 26.95%
B = 40.97%

CMYK

 C value IS 0.22

 M value IS 0.34

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#776498 (or 0x776498) is known color: Scampi. HEX triplet: 77, 64 and 98. RGB value is (119,100,152). Sum of RGB (Red+Green+Blue) = 119+100+152=371 (49% of max value = 765). Red value is 119 (46.88% from 255 or 32.08% from 371); Green value is 100 (39.45% from 255 or 26.95% from 371); Blue value is 152 (59.77% from 255 or 40.97% from 371); Max value from RGB is 152 - color contains mainly: blue. Hex color #776498 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #776498 is #889B67. Grayscale: #6F6F6F. Windows color (decimal): -8952680 or 9987191. OLE color: 9987191.

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

Color convert

RGB 119 100 152 -
CMYK 0.22 0.34 0 0.40
HSL 261.92º 0.21% 0.49% -
HSV(B) 261.92º 0.34% 0.6% -
XYZ 17.83 15.3 31.72 -
YUV 111.61 150.79 133.27 -
System Red Green Blue C M Y K H S L
Decimal 119 100 152 0.22 0.34 0 0.40 261.92 0.21 0.49
Hex 77 64 98 16 22 0 28 106 15 31
Octal 167 144 230 26 42 0 50 406 25 61
Binary 1110111 1100100 10011000 10110 100010 0 101000 100000110 10101 110001

Color Harmonies of #776498

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #776498

Black with #776498

Text Example


Text Example

White with #776498

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #776498; }

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

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

background-color css

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

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

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

border-color css

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

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

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