#767290

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

Shades of Scampi #767290

Tints of Scampi #767290

Color information

#767290 (or 0x767290) is unknown color: approx Scampi. HEX triplet: 76, 72 and 90. RGB value is (118,114,144). Sum of RGB (Red+Green+Blue) = 118+114+144=376 (49% of max value = 765). Red value is 118 (46.48% from 255 or 31.38% from 376); Green value is 114 (44.92% from 255 or 30.32% from 376); Blue value is 144 (56.64% from 255 or 38.30% from 376); Max value from RGB is 144 - color contains mainly: blue. Hex color #767290 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #767290 is #898D6F. Grayscale: #767676. Windows color (decimal): -9014640 or 9466486. OLE color: 9466486.

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

Color convert

RGB118114144-
CMYK0.180.2100.44
HSL248º11.9%50.59%-
HSV(B)248º20.83%56.47%-
XYZ18.5217.928.86-
YUV118.62142.33127.56-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 31.38%
GREEN value IS 114 (44.92% from 255) = 30.32%
BLUE value IS 144 (56.64% from 255) = 38.30%
R=31.38%
G=30.32%
B=38.30%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1181141440.180.2100.4424811.950.59
Hex767290121502Cf8c33
Octal16616222022250543701463
Binary111011011100101001000010010101010101100111110001100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #767290

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #767290; }

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

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

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

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

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

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

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

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