#767190

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

Shades of Scampi #767190

Tints of Scampi #767190

Color information

#767190 (or 0x767190) is unknown color: approx Scampi. HEX triplet: 76, 71 and 90. RGB value is (118,113,144). Sum of RGB (Red+Green+Blue) = 118+113+144=375 (49% of max value = 765). Red value is 118 (46.48% from 255 or 31.47% from 375); Green value is 113 (44.53% from 255 or 30.13% from 375); Blue value is 144 (56.64% from 255 or 38.4% from 375); Max value from RGB is 144 - color contains mainly: blue. Hex color #767190 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #767190 is #898E6F. Grayscale: #757575. Windows color (decimal): -9014896 or 9466230. OLE color: 9466230.

HSL color Cylindrical-coordinate representation of color #767190: hue angle of 249.68º degrees, saturation: 0.12, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #767190 is Cyan = 0.18, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB118113144-
CMYK0.180.2200.44
HSL249.68º12.25%50.39%-
HSV(B)249.68º21.53%56.47%-
XYZ18.4117.6828.83-
YUV118.03142.66127.98-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 31.47%
GREEN value IS 113 (44.53% from 255) = 30.13%
BLUE value IS 144 (56.64% from 255) = 38.4%
R=31.47%
G=30.13%
B=38.4%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1181131440.180.2200.44249.6812.2550.39
Hex767190121602Cfac32
Octal16616122022260543721462
Binary111011011100011001000010010101100101100111110101100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #767190

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #767190; }

 p { color: rgb(118,113,144); }

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

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

 a { background-color: rgb(118,113,144); }

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

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

 span { border-color: rgb(118,113,144); }

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