Html Css Color HEX #776892 Scampi

📋 copy color: '#776892'

red 119 ◦ green 104 ◦ blue 146

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

Shades of Scampi #776892

Tints of Scampi #776892

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 39.57%

R = 32.25%
G = 28.18%
B = 39.57%

CMYK

 C value IS 0.18

 M value IS 0.29

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#776892 (or 0x776892) is known color: Scampi. HEX triplet: 77, 68 and 92. RGB value is (119,104,146). Sum of RGB (Red+Green+Blue) = 119+104+146=369 (48% of max value = 765). Red value is 119 (46.88% from 255 or 32.25% from 369); Green value is 104 (41.02% from 255 or 28.18% from 369); Blue value is 146 (57.42% from 255 or 39.57% from 369); Max value from RGB is 146 - color contains mainly: blue. Hex color #776892 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #776892 is #88976D. Grayscale: #717171. Windows color (decimal): -8951662 or 9594999. OLE color: 9594999.

HSL color Cylindrical-coordinate representation of color #776892: hue angle of 261.43º degrees, saturation: 0.17, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #776892 is Cyan = 0.18, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 119 104 146 -
CMYK 0.18 0.29 0 0.43
HSL 261.43º 0.17% 0.49% -
HSV(B) 261.43º 0.29% 0.57% -
XYZ 17.75 15.9 29.33 -
YUV 113.27 146.47 132.08 -
System Red Green Blue C M Y K H S L
Decimal 119 104 146 0.18 0.29 0 0.43 261.43 0.17 0.49
Hex 77 68 92 12 1D 0 2B 105 11 31
Octal 167 150 222 22 35 0 53 405 21 61
Binary 1110111 1101000 10010010 10010 11101 0 101011 100000101 10001 110001

Color Harmonies of #776892

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #776892

Black with #776892

Text Example


Text Example

White with #776892

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #776892; }

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

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

background-color css

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

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

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

border-color css

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

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

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