#77738F

Color #77738F Scampi (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Scampi #77738F

Tints of Scampi #77738F

Color information

#77738F (or 0x77738F) is unknown color: approx Scampi. HEX triplet: 77, 73 and 8F. RGB value is (119,115,143). Sum of RGB (Red+Green+Blue) = 119+115+143=377 (49% of max value = 765). Red value is 119 (46.88% from 255 or 31.56% from 377); Green value is 115 (45.31% from 255 or 30.50% from 377); Blue value is 143 (56.25% from 255 or 37.93% from 377); Max value from RGB is 143 - color contains mainly: blue. Hex color #77738F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #77738F is #888C70. Grayscale: #777777. Windows color (decimal): -8948849 or 9401207. OLE color: 9401207.

HSL color Cylindrical-coordinate representation of color #77738F: hue angle of 248.57º degrees, saturation: 0.11, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #77738F is Cyan = 0.17, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB119115143-
CMYK0.170.2000.44
HSL248.57º11.11%50.59%-
HSV(B)248.57º19.58%56.08%-
XYZ18.718.1728.51-
YUV119.39141.33127.72-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 31.56%
GREEN value IS 115 (45.31% from 255) = 30.50%
BLUE value IS 143 (56.25% from 255) = 37.93%
R=31.56%
G=30.50%
B=37.93%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1191151430.170.2000.44248.5711.1150.59
Hex77738F111402Cf9b33
Octal16716321721240543711363
Binary111011111100111000111110001101000101100111110011011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77738F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #77738F; }

 p { color: rgb(119,115,143); }

 H1.HeaderClassName
 {
   color: #77738F;
 }
 .AnyTagClassName
 {
   color: #77738F;
 }
</style>
background-color css

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

 a { background-color: rgb(119,115,143); }

 div.DivClassName
 {
   background-color: #77738F;
 }
 .BgClassName
 {
   background-color: #77738F;
 }
</style>
border-color css

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

 span { border-color: rgb(119,115,143); }

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