#767796

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

Shades of Scampi #767796

Tints of Scampi #767796

Color information

#767796 (or 0x767796) is unknown color: approx Scampi. HEX triplet: 76, 77 and 96. RGB value is (118,119,150). Sum of RGB (Red+Green+Blue) = 118+119+150=387 (51% of max value = 765). Red value is 118 (46.48% from 255 or 30.49% from 387); Green value is 119 (46.88% from 255 or 30.75% from 387); Blue value is 150 (58.98% from 255 or 38.76% from 387); Max value from RGB is 150 - color contains mainly: blue. Hex color #767796 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #767796 is #898869. Grayscale: #7A7A7A. Windows color (decimal): -9013354 or 9860982. OLE color: 9860982.

HSL color Cylindrical-coordinate representation of color #767796: hue angle of 238.12º degrees, saturation: 0.13, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #767796 is Cyan = 0.21, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB118119150-
CMYK0.210.2100.41
HSL238.12º13.22%52.55%-
HSV(B)238.12º21.33%58.82%-
XYZ19.5719.2531.54-
YUV122.23143.67124.98-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 30.49%
GREEN value IS 119 (46.88% from 255) = 30.75%
BLUE value IS 150 (58.98% from 255) = 38.76%
R=30.49%
G=30.75%
B=38.76%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1181191500.210.2100.41238.1213.2252.55
Hex7677961515029eed35
Octal16616722625250513561565
Binary111011011101111001011010101101010101001111011101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #767796

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #767796; }

 p { color: rgb(118,119,150); }

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

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

 a { background-color: rgb(118,119,150); }

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

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

 span { border-color: rgb(118,119,150); }

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