#767090

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

Shades of Scampi #767090

Tints of Scampi #767090

Color information

#767090 (or 0x767090) is unknown color: approx Scampi. HEX triplet: 76, 70 and 90. RGB value is (118,112,144). Sum of RGB (Red+Green+Blue) = 118+112+144=374 (49% of max value = 765). Red value is 118 (46.48% from 255 or 31.55% from 374); Green value is 112 (44.14% from 255 or 29.95% from 374); Blue value is 144 (56.64% from 255 or 38.50% from 374); Max value from RGB is 144 - color contains mainly: blue. Hex color #767090 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #767090 is #898F6F. Grayscale: #757575. Windows color (decimal): -9015152 or 9465974. OLE color: 9465974.

HSL color Cylindrical-coordinate representation of color #767090: hue angle of 251.25º degrees, saturation: 0.13, 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 #767090 is Cyan = 0.18, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB118112144-
CMYK0.180.2200.44
HSL251.25º12.6%50.2%-
HSV(B)251.25º22.22%56.47%-
XYZ18.317.4528.79-
YUV117.44142.99128.4-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 31.55%
GREEN value IS 112 (44.14% from 255) = 29.95%
BLUE value IS 144 (56.64% from 255) = 38.50%
R=31.55%
G=29.95%
B=38.50%

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
Decimal1181121440.180.2200.44251.2512.650.2
Hex767090121602Cfbd32
Octal16616022022260543731562
Binary111011011100001001000010010101100101100111110111101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #767090

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #767090; }

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

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

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

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

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

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

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

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