Html Css Color HEX #776594 Scampi

📋 copy color: '#776594'

red 119 ◦ green 101 ◦ blue 148

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

Shades of Scampi #776594

Tints of Scampi #776594

RGB

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

 GREEN value IS 101 (39.84% from 255) = 27.45%

 BLUE value IS 148 (58.2% from 255) = 40.22%

R = 32.34%
G = 27.45%
B = 40.22%

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

#776594 (or 0x776594) is known color: Scampi. HEX triplet: 77, 65 and 94. RGB value is (119,101,148). Sum of RGB (Red+Green+Blue) = 119+101+148=368 (48% of max value = 765). Red value is 119 (46.88% from 255 or 32.34% from 368); Green value is 101 (39.84% from 255 or 27.45% from 368); Blue value is 148 (58.20% from 255 or 40.22% from 368); Max value from RGB is 148 - color contains mainly: blue. Hex color #776594 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #776594 is #889A6B. Grayscale: #6F6F6F. Windows color (decimal): -8952428 or 9725303. OLE color: 9725303.

HSL color Cylindrical-coordinate representation of color #776594: hue angle of 262.98º 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 #776594 is Cyan = 0.20, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 119 101 148 -
CMYK 0.20 0.32 0 0.42
HSL 262.98º 0.19% 0.49% -
HSV(B) 262.98º 0.32% 0.58% -
XYZ 17.61 15.37 30.06 -
YUV 111.74 148.46 133.18 -
System Red Green Blue C M Y K H S L
Decimal 119 101 148 0.20 0.32 0 0.42 262.98 0.19 0.49
Hex 77 65 94 14 20 0 2A 107 13 31
Octal 167 145 224 24 40 0 52 407 23 61
Binary 1110111 1100101 10010100 10100 100000 0 101010 100000111 10011 110001

Color Harmonies of #776594

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #776594

Black with #776594

Text Example


Text Example

White with #776594

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #776594; }

 p { color: rgb(119,101,148); }

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

background-color css

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

 a { background-color: rgb(119,101,148); }

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

border-color css

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

 span { border-color: rgb(119,101,148); }

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